Interface Controller

All Superinterfaces:
Runnable
All Known Implementing Classes:
ControllerManager, DefaultController, LeaderElectingController

public interface Controller extends Runnable
The interface Controller defines the interface for operating a controller.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Shutdown the controller.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • shutdown

      void shutdown()
      Shutdown the controller.