Package org.nuxeo.ecm.restapi.server
Interface RestAPIService
-
- All Known Implementing Classes:
RestAPIServiceImpl
@Deprecated public interface RestAPIService
Deprecated.since 2023.0, useClusterActionService
instead- Since:
- 2021.25
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
propagateAction(String action, String param)
Deprecated.Propagate an action to all others nodes in the cluster.
-