Interface ClusterActionService

All Known Implementing Classes:
ClusterActionServiceImpl

public interface ClusterActionService
Since:
2023.0
  • Method Details

    • registerAction

      void registerAction(String action, Consumer<ClusterActionMessage> consumer)
      Registers an action for a requested propagation
    • executeAction

      default void executeAction(String action, String param)
      Propagate an action to all others nodes in the cluster.
    • executeAction

      void executeAction(ClusterActionMessage message)
      Propagate an action to all others nodes in the cluster.