public class SubscriberExceptionContext
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getEvent() |
EventBus |
getEventBus() |
java.lang.Object |
getSubscriber() |
java.lang.reflect.Method |
getSubscriberMethod() |
public EventBus getEventBus()
EventBus
that handled the event and the subscriber.
Useful for broadcasting a a new event based on the error.public java.lang.Object getEvent()
public java.lang.Object getSubscriber()
public java.lang.reflect.Method getSubscriberMethod()