Uses of Class
com.google.api.gax.retrying.PollException
Packages that use PollException
-
Uses of PollException in com.google.api.gax.retrying
Methods in com.google.api.gax.retrying that throw PollExceptionModifier and TypeMethodDescriptionbooleanExponentialPollAlgorithm.shouldRetry(TimedAttemptSettings nextAttemptSettings) Returnstrueif another poll operation should be made or throwsPollException, if either total timeout or total number of attempts is exceeded.