Package org.nuxeo.runtime.pubsub
Interface ClusterActionService
- All Known Implementing Classes:
ClusterActionServiceImpl
public interface ClusterActionService
- Since:
- 2023.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidexecuteAction(String action, String param) Propagate an action to all others nodes in the cluster.voidexecuteAction(ClusterActionMessage message) Propagate an action to all others nodes in the cluster.voidregisterAction(String action, Consumer<ClusterActionMessage> consumer) Registers an action for a requested propagation
-
Method Details
-
registerAction
Registers an action for a requested propagation -
executeAction
Propagate an action to all others nodes in the cluster. -
executeAction
Propagate an action to all others nodes in the cluster.
-