Package io.namastack.springoutbox
Class OutboxProperties.Processing
-
- All Implemented Interfaces:
public final class OutboxProperties.ProcessingConfiguration for outbox record processing behavior.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanstopOnFirstFailure
-
Constructor Summary
Constructors Constructor Description OutboxProperties.Processing(Boolean stopOnFirstFailure)
-
Method Summary
Modifier and Type Method Description final BooleangetStopOnFirstFailure()-
-
Constructor Detail
-
OutboxProperties.Processing
OutboxProperties.Processing(Boolean stopOnFirstFailure)
- Parameters:
stopOnFirstFailure- Whether to stop processing on the first failure
-
-
Method Detail
-
getStopOnFirstFailure
final Boolean getStopOnFirstFailure()
-
-
-
-