Interface NodeLifeStateService

  • All Known Implementing Classes:
    NodeLifeStateServiceImpl

    @Internal
    @ExperimentalApi
    public interface NodeLifeStateService
    Service for managing the life state of a node.
    Since:
    9.4.0
    • Method Detail

      • stopNode

        void stopNode()
        Stops the current node.
      • takeOverPrimaryFunctionality

        void takeOverPrimaryFunctionality()
        Triggers all actions that should be taken when the current node takes over the primary functionality.