Uses of Class
com.azure.core.management.polling.PollResult
Packages that use PollResult
Package
Description
Package containing the classes that handling long-running operation
for Azure ARM client side http communication with a REST endpoint.
-
Uses of PollResult in com.azure.core.management.polling
Methods in com.azure.core.management.polling that return types with arguments of type PollResultModifier and TypeMethodDescriptionstatic <T,U> PollerFlux <PollResult<T>, U> PollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline pipeline, Type pollResultType, Type finalResultType, Duration defaultPollInterval, String pollingStateStr) Dehydrate a PollerFlux from a string.static <T,U> PollerFlux <PollResult<T>, U> PollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline pipeline, Type pollResultType, Type finalResultType, Duration defaultPollInterval, String pollingStateStr, Context context) Dehydrate a PollerFlux from a string.static <T,U> PollerFlux <PollResult<T>, U> PollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline pipeline, Type pollResultType, Type finalResultType, Duration defaultPollInterval, Function<PollingContext<PollResult<T>>, Mono<PollResult<T>>> lroInitOperation) Creates a PollerFlux.static <T,U> PollerFlux <PollResult<T>, U> PollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline pipeline, Type pollResultType, Type finalResultType, Duration defaultPollInterval, Function<PollingContext<PollResult<T>>, Mono<PollResult<T>>> lroInitOperation, Context context) Creates a PollerFlux.static <T,U> PollerFlux <PollResult<T>, U> PollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline pipeline, Type pollResultType, Type finalResultType, Duration defaultPollInterval, Mono<Response<Flux<ByteBuffer>>> lroInitMono) Creates a PollerFlux with default ARM LRO init operation.static <T,U> PollerFlux <PollResult<T>, U> PollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline pipeline, Type pollResultType, Type finalResultType, Duration defaultPollInterval, Mono<Response<Flux<ByteBuffer>>> lroInitMono, Context context) Creates a PollerFlux with default ARM LRO init operation.static <T,U> SyncPoller <PollResult<T>, U> SyncPollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline httpPipeline, Type pollResultType, Type finalResultType, Duration defaultPollDuration, Supplier<Response<BinaryData>> lroInitialResponseSupplier) Creates a SyncPoller with ARM LRO init operation.static <T,U> SyncPoller <PollResult<T>, U> SyncPollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline httpPipeline, Type pollResultType, Type finalResultType, Duration defaultPollDuration, Supplier<Response<BinaryData>> lroInitialResponseSupplier, Context context) Creates a SyncPoller with ARM LRO init operation.Method parameters in com.azure.core.management.polling with type arguments of type PollResultModifier and TypeMethodDescriptionstatic <T,U> PollerFlux <PollResult<T>, U> PollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline pipeline, Type pollResultType, Type finalResultType, Duration defaultPollInterval, Function<PollingContext<PollResult<T>>, Mono<PollResult<T>>> lroInitOperation) Creates a PollerFlux.static <T,U> PollerFlux <PollResult<T>, U> PollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline pipeline, Type pollResultType, Type finalResultType, Duration defaultPollInterval, Function<PollingContext<PollResult<T>>, Mono<PollResult<T>>> lroInitOperation) Creates a PollerFlux.static <T,U> PollerFlux <PollResult<T>, U> PollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline pipeline, Type pollResultType, Type finalResultType, Duration defaultPollInterval, Function<PollingContext<PollResult<T>>, Mono<PollResult<T>>> lroInitOperation, Context context) Creates a PollerFlux.static <T,U> PollerFlux <PollResult<T>, U> PollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline pipeline, Type pollResultType, Type finalResultType, Duration defaultPollInterval, Function<PollingContext<PollResult<T>>, Mono<PollResult<T>>> lroInitOperation, Context context) Creates a PollerFlux.