Interface EventDispatcher
- All Known Implementing Classes:
AsyncEventDispatcher,ImmediateEventDispatcher
public interface EventDispatcher
-
Method Summary
Modifier and TypeMethodDescriptionbooleanawaitTermination(Duration timeout) voiddispatch(DatabaseChangeEvent event) voidvoid
-
Method Details
-
dispatch
-
gracefulShutdown
void gracefulShutdown() -
shutdownNow
void shutdownNow() -
awaitTermination
- Throws:
InterruptedException
-