Interface DispatcherBootstrap
-
- All Known Implementing Classes:
NoOpDispatcherBootstrap
@Internal public interface DispatcherBootstrapAn interface containing the logic of bootstrapping theDispatcherof a cluster.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstop()Stops and frees any resources (e.g. threads) acquired during the execution of the bootstrap.
-