public final class LocalEventDispatcher extends Object implements StripedRunnable, TimeoutRunnable
StripedRunnable responsible of processing the event on a thread defined by the orderKey.
Processes the event by dispatching it on the responsible EventPublishingService together with the listener
responsible for the event.| Modifier and Type | Method and Description |
|---|---|
int |
getKey() |
long |
getTimeout() |
TimeUnit |
getTimeUnit() |
void |
run() |
public long getTimeout()
getTimeout in interface TimeoutRunnablepublic TimeUnit getTimeUnit()
getTimeUnit in interface TimeoutRunnablepublic int getKey()
getKey in interface StripedRunnableCopyright © 2017. All Rights Reserved.