Java org.springframework.util.backoff BackOffExecution fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.util.backoff BackOffExecution fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.util.backoff BackOffExecution.

The text is from its open source code.

Field

longSTOP
Return value of #nextBackOff() that indicates that the operation should not be retried.

Method

longnextBackOff()
Return the number of milliseconds to wait before retrying the operation or #STOP ( #STOP ) to indicate that no further attempt should be made for the operation.