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