public static interface RepeatSpec.RepeatSignal
Modifier and Type | Method and Description |
---|---|
java.time.Duration |
backoff()
Returns the delay before the next repeat attempt.
|
java.lang.Long |
companionValue()
Returns the value from the companion publisher that triggered this repeat signal.
|
RepeatSpec.RepeatSignal |
copy()
Returns an immutable copy of this
RepeatSpec.RepeatSignal , capturing the current state. |
long |
iteration()
Returns the current iteration count, starting from 0.
|
ContextView |
repeatContextView()
Returns the read-only context associated with this repeat signal.
|
long iteration()
java.lang.Long companionValue()
java.time.Duration backoff()
ContextView repeatContextView()
RepeatSpec.RepeatSignal copy()
RepeatSpec.RepeatSignal
, capturing the current state.