Package com.azure.core.util.polling


package com.azure.core.util.polling
Package containing API for long running operations.
  • Class
    Description
    AsyncPollResponse represents an event emitted by the PollerFlux that asynchronously polls a long-running operation (LRO).
    A polling strategy that chains multiple polling strategies, finds the first strategy that can poll the current long-running operation, and polls with that strategy.
    The default polling strategy to use with Azure data plane services.
    Implements a Location polling strategy.
    An enum to represent all possible states that a long-running operation may find itself in.
    Implements a operation resource polling strategy, typically from Operation-Location.
    A Flux that simplifies the task of executing long running operations against an Azure service.
    A key/value store that is propagated between various poll related operations associated with PollerFlux and SyncPoller poller.
    Represents a known strategy for polling a long-running operation in Azure.
    PollResponse represents a single response from a service for a long-running polling operation.
    Fallback polling strategy that doesn't poll but exits successfully if no other polling strategies are detected and status code is 2xx.
    A type that offers API that simplifies the task of executing long-running operations against an Azure service.