public class BackingOff extends Unstable
backoffBarrier, configuration, errorClosure, LOGGER, stableClosure, unstableClosure| Constructor and Description |
|---|
BackingOff(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 o) |
int |
hashCode() |
protected String |
name() |
State |
next(SessionMetadata sessionMetadata)
Defines the next state given a
SessionMetadata. |
String |
toString() |
ifError, ifUnstable, otherwise, resetClosurespublic BackingOff(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.