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.
|
postaddSink, getSink, getSinks, removeSinkvoid setDispatchTimeLimit(long millis)
millis - number of millis allowed per sink per eventlong getDispatchTimeLimit()