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 Summary

    Modifier and Type
    Method
    Description
    void
    Stops the current node.
    void
    Triggers all actions that should be taken when the current node takes over the primary functionality.
  • Method Details

    • 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.