Uses of Interface
com.azure.core.util.polling.SyncPoller
-
Packages that use SyncPoller Package Description com.azure.core.util.polling Package containing API for long running operations. -
-
Uses of SyncPoller in com.azure.core.util.polling
Methods in com.azure.core.util.polling that return SyncPoller Modifier and Type Method Description SyncPoller<T,U>PollerFlux. getSyncPoller()default SyncPoller<T,U>SyncPoller. setPollInterval(Duration pollInterval)Sets the poll interval for this poller.
-