Interface DispatcherBootstrap
-
- All Known Implementing Classes:
NoOpDispatcherBootstrap
@Internal public interface DispatcherBootstrap
An interface containing the logic of bootstrapping theDispatcher
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.
-