@ProviderType
public interface AsyncReverseReplicator
Modifier and Type | Method and Description |
---|---|
void |
reverseReplicate(ReplicationActionType actionType,
java.util.List<java.lang.String> paths)
Triggers reverse replication for the node at the given path with the specified action type.
|
void |
reverseReplicate(ReplicationActionType actionType,
java.lang.String path)
Triggers reverse replication for the node at the given path with the specified action type.
|
void |
reverseReplicate(java.lang.String path)
Reverse replicate the specified path.
|
void reverseReplicate(java.lang.String path)
path
- The path for reverse replicatevoid reverseReplicate(ReplicationActionType actionType, java.lang.String path)
actionType
- replication action typepath
- path of node to replicatevoid reverseReplicate(ReplicationActionType actionType, java.util.List<java.lang.String> paths)
actionType
- replication action typepaths
- the paths you want to replicateCopyright © 2010 - 2020 Adobe. All Rights Reserved