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

    Modifier and Type
    Method
    Description
    void
    Stops and frees any resources (e.g. threads) acquired during the execution of the bootstrap.
  • Method Details

    • stop

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