Uses of Interface
com.azure.core.util.polling.SyncPoller
Packages that use SyncPoller
Package
Description
This package contains utility classes and interfaces for handling long-running operations in the
Azure client libraries.
-
Uses of SyncPoller in com.azure.core.util.polling
Methods in com.azure.core.util.polling that return SyncPollerModifier and TypeMethodDescriptionstatic <T,U> SyncPoller <T, U> SyncPoller.createPoller(Duration pollInterval, Function<PollingContext<T>, PollResponse<T>> syncActivationOperation, Function<PollingContext<T>, PollResponse<T>> pollOperation, BiFunction<PollingContext<T>, PollResponse<T>, T> cancelOperation, Function<PollingContext<T>, U> fetchResultOperation) Creates default SyncPoller.static <T,U> SyncPoller <T, U> SyncPoller.createPoller(Duration pollInterval, Supplier<Response<?>> initialOperation, SyncPollingStrategy<T, U> strategy, TypeReference<T> pollResponseType, TypeReference<U> resultType) Creates PollerFlux.SyncPoller<T, U> PollerFlux.getSyncPoller()Gets a synchronous blocking poller.default SyncPoller<T, U> SyncPoller.setPollInterval(Duration pollInterval) Sets the poll interval for this poller.