Class OperationLocationPollingStrategy<T,U>

java.lang.Object
com.azure.core.util.polling.OperationResourcePollingStrategy<T,U>
com.azure.core.experimental.util.polling.OperationLocationPollingStrategy<T,U>
Type Parameters:
T - the type of the response type from a polling call, or BinaryData if raw response body should be kept
U - the type of the final result object to deserialize into, or BinaryData if raw response body should be kept
All Implemented Interfaces:
PollingStrategy<T,U>

public class OperationLocationPollingStrategy<T,U> extends OperationResourcePollingStrategy<T,U>
Implements an operation location polling strategy, from Operation-Location.