Uses of Class
io.helidon.messaging.BatchItemOutcome
Packages that use BatchItemOutcome
-
Uses of BatchItemOutcome in io.helidon.messaging
Methods in io.helidon.messaging that return BatchItemOutcomeModifier and TypeMethodDescriptionstatic BatchItemOutcomeBatchItemOutcome.failed(int index) Create a confirmed failed outcome without an item-specific failure cause.static BatchItemOutcomeCreate a confirmed failed outcome with an item-specific failure cause.static BatchItemOutcomeBatchItemOutcome.indeterminate(int index) Create an indeterminate outcome without an item-specific failure cause.static BatchItemOutcomeBatchItemOutcome.indeterminate(int index, Throwable failure) Create an indeterminate outcome with an item-specific failure cause.static BatchItemOutcomeBatchItemOutcome.notAttempted(int index) Create a not-attempted outcome.BatchDeliveryException.outcome(int index) Outcome for one original batch index.static BatchItemOutcomeBatchItemOutcome.succeeded(int index) Create a successful outcome.Methods in io.helidon.messaging that return types with arguments of type BatchItemOutcomeConstructor parameters in io.helidon.messaging with type arguments of type BatchItemOutcomeModifierConstructorDescriptionBatchDeliveryException(String message, Throwable cause, MessageBatch<?> batch, List<BatchItemOutcome> outcomes) Create a structured batch failure.