public interface EventDeliveryService extends EventDispatcher, EventSinkRegistry
Modifier and Type | Method and Description |
---|---|
long |
getDispatchTimeLimit()
Returns the number of millis that an event sink has to process an event.
|
void |
setDispatchTimeLimit(long millis)
Sets the number of millis that an event sink has to process an event.
|
post
addSink, getSink, getSinks, removeSink
void setDispatchTimeLimit(long millis)
millis
- number of millis allowed per sink per eventlong getDispatchTimeLimit()