Interface EventProcessor.ShutdownHandler
- Enclosing class:
- EventProcessor
public static interface EventProcessor.ShutdownHandler
Used to signal that the
EventProcessor
reached terminal stage.-
Method Summary
Modifier and TypeMethodDescriptionvoid
shutdown()
Invoked when theEventProcessor
reaches terminal stage.
-
Method Details
-
shutdown
void shutdown()Invoked when theEventProcessor
reaches terminal stage. All resources should be freed at this point.
-