| Modifier and Type | Method and Description |
|---|---|
protected abstract SessionMetadata |
BackoffRunnable.execute() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PlatformBackoffBarrier.gotError(SessionMetadata sessionMetadata) |
default boolean |
BackoffBarrier.gotError(SessionMetadata sessionMetadata)
Defines whether error occurred in the execution, depending on the
SessionMetadata. |
boolean |
PlatformBackoffBarrier.shouldBackoff(SessionMetadata sessionMetadata,
BackoffConfiguration configuration) |
boolean |
BackoffBarrier.shouldBackoff(SessionMetadata sessionMetadata,
BackoffConfiguration configuration)
Defines whether backoff must be performed, depending on a
BackoffConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
State |
BackingOff.next(SessionMetadata sessionMetadata) |
abstract State |
State.next(SessionMetadata sessionMetadata)
Defines the next state given a
SessionMetadata. |
State |
BackingOn.next(SessionMetadata sessionMetadata) |
State |
Stable.next(SessionMetadata sessionMetadata) |
State |
Error.next(SessionMetadata sessionMetadata) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BackoffRetrierBarrier.gotError(SessionMetadata sessionMetadata) |
boolean |
BackoffWhilstAlone.shouldBackoff(SessionMetadata sessionMetadata,
BackoffConfiguration configuration) |
boolean |
BackoffWhileRetryFails.shouldBackoff(SessionMetadata sessionMetadata,
BackoffConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected SessionMetadata |
RetrierRunnable.execute() |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorSessionMetadata
Metadata for a task retry attempt with fatal error
|
class |
RetryFailedSessionMetadata
Metadata for a failed task retry attempt
|
class |
RetrySuccessfulSessionMetadata
Metadata for a successful task retry attempt
|
Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.