public interface BackoffBarrier
SessionMetadata and BackoffConfiguration.| Modifier and Type | Method and Description |
|---|---|
default boolean |
gotError(SessionMetadata sessionMetadata)
Defines whether error occurred in the execution, depending on the
SessionMetadata. |
boolean |
shouldBackoff(SessionMetadata sessionMetadata,
BackoffConfiguration configuration)
Defines whether backoff must be performed, depending on a
BackoffConfiguration. |
boolean shouldBackoff(SessionMetadata sessionMetadata, BackoffConfiguration configuration)
BackoffConfiguration.default boolean gotError(SessionMetadata sessionMetadata)
SessionMetadata.Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.