Interface DispatcherBootstrap

  • All Known Implementing Classes:
    NoOpDispatcherBootstrap

    @Internal
    public interface DispatcherBootstrap
    An interface containing the logic of bootstrapping the Dispatcher of a cluster.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void stop()
      Stops and frees any resources (e.g. threads) acquired during the execution of the bootstrap.
    • Method Detail

      • stop

        void stop()
           throws Exception
        Stops and frees any resources (e.g. threads) acquired during the execution of the bootstrap.
        Throws:
        Exception