private static final class Dispatcher.ImmediateDispatcher extends Dispatcher
Dispatcher.immediate()
.Modifier and Type | Field and Description |
---|---|
private static Dispatcher.ImmediateDispatcher |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
ImmediateDispatcher() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
dispatch(java.lang.Object event,
java.util.Iterator<Subscriber> subscribers)
Dispatches the given
event to the given subscribers . |
immediate, legacyAsync, perThreadDispatchQueue
private static final Dispatcher.ImmediateDispatcher INSTANCE
void dispatch(java.lang.Object event, java.util.Iterator<Subscriber> subscribers)
Dispatcher
event
to the given subscribers
.dispatch
in class Dispatcher