Uses of Class
io.microsphere.event.AbstractEventDispatcher
-
Packages that use AbstractEventDispatcher Package Description io.microsphere.event -
-
Uses of AbstractEventDispatcher in io.microsphere.event
Subclasses of AbstractEventDispatcher in io.microsphere.event Modifier and Type Class Description class
DirectEventDispatcher
A concrete implementation ofAbstractEventDispatcher
that uses a direct (synchronous) execution model.class
ParallelEventDispatcher
ParallelEventDispatcher
implementation.
-