public abstract class Unstable extends State
Unstable state, children of this could be delaying.| Modifier and Type | Field and Description |
|---|---|
protected int |
step |
backoffBarrier, configuration, errorClosure, LOGGER, stableClosure, unstableClosure| Constructor and Description |
|---|
Unstable(BackoffConfiguration configuration,
BackoffBarrier backoffBarrier,
int step) |
| Modifier and Type | Method and Description |
|---|---|
State |
go()
Executes the configured closure.
|
State |
log()
Logs current state.
|
protected abstract String |
name() |
delay, ifError, ifUnstable, next, otherwise, resetClosurespublic Unstable(BackoffConfiguration configuration, BackoffBarrier backoffBarrier, int step)
Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.