| Package | Description |
|---|---|
| com.azure.core.util.polling |
Package containing API for Long Running Operations.
|
| Modifier and Type | Method and Description |
|---|---|
PollResponse<T> |
Poller.block()
Blocks execution and wait for polling to complete.
|
PollResponse<T> |
Poller.blockUntil(PollResponse.OperationStatus statusToBlockFor)
Blocks indefinitely until given
PollResponse.OperationStatus is received. |
PollResponse<T> |
Poller.blockUntil(PollResponse.OperationStatus statusToBlockFor,
Duration timeout)
Blocks until given
PollResponse.OperationStatus is received or a timeout expires if provided. |
Copyright © 2019 Microsoft Corporation. All rights reserved.