Interface EventProcessor.ShutdownHandler
-
- Enclosing class:
- EventProcessor
public static interface EventProcessor.ShutdownHandlerUsed to signal that theEventProcessorreached terminal stage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshutdown()Invoked when theEventProcessorreaches terminal stage.
-
-
-
Method Detail
-
shutdown
void shutdown()
Invoked when theEventProcessorreaches terminal stage. All resources should be freed at this point.
-
-