Interface LifecycleHandler


  • public interface LifecycleHandler
    Handles endpoint Lifecycle events
    Since:
    20-Apr-2007
    Author:
    Thomas.Diesler@jboss.com
    • Method Detail

      • start

        void start​(Endpoint endpoint)
        Handle the start step of an endpoint
        Parameters:
        endpoint - endpoint to start
      • stop

        void stop​(Endpoint endpoint)
        Handle the stop step of an endpoint
        Parameters:
        endpoint - endpoint to stop