Interface EventProcessor.ShutdownHandler

  • Enclosing class:
    EventProcessor

    public static interface EventProcessor.ShutdownHandler
    Used to signal that the EventProcessor reached terminal stage.
    • Method Detail

      • shutdown

        void shutdown()
        Invoked when the EventProcessor reaches terminal stage. All resources should be freed at this point.