Uses of Interface
io.microsphere.event.EventDispatcher
-
Packages that use EventDispatcher Package Description io.microsphere.event -
-
Uses of EventDispatcher in io.microsphere.event
Classes in io.microsphere.event that implement EventDispatcher Modifier and Type Class Description class
AbstractEventDispatcher
The abstractEventDispatcher
providers the common implementation.class
DirectEventDispatcher
DirectEventDispatcher
implementation uses current thread execution modelclass
ParallelEventDispatcher
ParallelEventDispatcher
implementation.Methods in io.microsphere.event that return EventDispatcher Modifier and Type Method Description static EventDispatcher
EventDispatcher. newDefault()
The default implementation ofEventDispatcher
static EventDispatcher
EventDispatcher. parallel(java.util.concurrent.Executor executor)
The parallel implementation ofEventDispatcher
with the specifiedExecutor
-