Class SubscriberExceptionContext

    • Method Detail

      • getEventBus

        public EventBus getEventBus()
        Returns:
        The EventBus that handled the event and the subscriber. Useful for broadcasting a new event based on the error.
      • getEvent

        public Object getEvent()
        Returns:
        The event object that caused the subscriber to throw.
      • getSubscriber

        public Object getSubscriber()
        Returns:
        The object context that the subscriber was called on.