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 TypeMethodDescriptionvoidstop()Stops and frees any resources (e.g. threads) acquired during the execution of the bootstrap.
-
Method Details
-
stop
Stops and frees any resources (e.g. threads) acquired during the execution of the bootstrap.- Throws:
Exception
-