Interface RemoteAssetsNodeSyncTriggerMBean
@Description("Services for managing the Remote Asset nodes sync.")
public interface RemoteAssetsNodeSyncTriggerMBean
MBean interface for interacting with the Remote Asset Node Sync.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethod to run when triggering the syncAssetNodes() located inRemoteAssetsNodeSync.
-
Method Details
-
syncAssetNodes
@Description("Executes remote asset node sync based on configured paths.") void syncAssetNodes()Method to run when triggering the syncAssetNodes() located inRemoteAssetsNodeSync.
-