T
- the type of eventpublic interface Event<T extends Enum<T>> extends Event<T>
Modifier and Type | Method | Description |
---|---|---|
PartitionedServiceDispatcher |
getDispatcher() |
Return the
PartitionedServiceDispatcher this event was
raised by. |
getType, nextInterceptor
PartitionedServiceDispatcher getDispatcher()
PartitionedServiceDispatcher
this event was
raised by.getDispatcher
in interface Event<T extends Enum<T>>