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