OperationStream Interface
public interface OperationStream
Represents a stream of replication or copy operations that are sent from the Primary to the Secondary replica.
Remarks: The streams returned from getCopyStream() and getReplicationStream() are objects that implement system.fabric.OperationStream.
Method Summary
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Operation> |
getOperationAsync(CancellationToken cancellationToken)
Gets the next object that implements Operation from the underlying system.fabric.OperationStream. |
Method Details
getOperationAsync
public CompletableFuture
Gets the next object that implements Operation from the underlying system.fabric.OperationStream.
Parameters:
Returns:
Applies to
Azure SDK for Java