public interface TerminationStrategy
Defines the strategy that determines when no more poll attempts should be made.
Modifier and Type | Method and Description |
---|---|
boolean |
shouldTerminate(WaiterConfiguration.WaitContext context)
Returns whether or not polling should be terminated.
|
boolean shouldTerminate(WaiterConfiguration.WaitContext context)
Returns whether or not polling should be terminated.
context
- The context after the last poll attempt.Copyright © 2016–2024. All rights reserved.