Accepted<T> Interface
Type Parameters
- T
the type of final result
public interface Accepted<T>
The accepted LRO (long running operation).
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Activation |
getActivationResponse()
Gets the activation response of LRO. |
abstract T |
getFinalResult()
Gets the final result of LRO. |
abstract
Sync |
getSyncPoller()
Gets the SyncPoller<T,U> of LRO. |
Method Details
getActivationResponse
public abstract ActivationResponse<T> getActivationResponse()
Gets the activation response of LRO.
Returns:
getFinalResult
public abstract T getFinalResult()
Gets the final result of LRO.
Returns:
getSyncPoller
public abstract SyncPoller<Void,T> getSyncPoller()
Gets the SyncPoller<T,U> of LRO.
Returns: