| Modifier and Type | Field and Description |
|---|---|
protected int |
step |
backoffBarrier, configuration, errorClosure, LOGGER, stableClosure, unstableClosure| Constructor and Description |
|---|
Error(BackoffConfiguration configuration,
BackoffBarrier backoffBarrier,
int step) |
| Modifier and Type | Method and Description |
|---|---|
com.mulesoft.mule.runtime.gw.api.time.period.Period |
delay() |
boolean |
equals(Object obj) |
State |
go()
Executes the configured closure.
|
State |
log()
Logs current state.
|
State |
next(SessionMetadata sessionMetadata)
Defines the next state given a
SessionMetadata. |
String |
toString() |
ifError, ifUnstable, otherwise, resetClosurespublic Error(BackoffConfiguration configuration, BackoffBarrier backoffBarrier, int step)
public State next(SessionMetadata sessionMetadata)
StateSessionMetadata.next in class StatesessionMetadata - last SessionMetadata.public com.mulesoft.mule.runtime.gw.api.time.period.Period delay()
Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.