Uses of Interface
io.helidon.messaging.ConnectorDelivery
Packages that use ConnectorDelivery
-
Uses of ConnectorDelivery in io.helidon.messaging
Methods in io.helidon.messaging that return ConnectorDeliveryModifier and TypeMethodDescriptionConnectorDeliveryReservation.start(MessageBatch<?> batch) Start a retained connector delivery, waiting for execution admission when necessary.default ConnectorDeliveryConnectorDeliveryReservation.startFailed(MessageBatch<?> batch, RuntimeException failure) Start a retained connector delivery whose transport-to-message mapping failed before dispatch.Methods in io.helidon.messaging that return types with arguments of type ConnectorDeliveryModifier and TypeMethodDescriptionConnectorDeliveryReservation.tryStart(MessageBatch<?> batch) Attempt to start a retained connector delivery without waiting.default Optional<ConnectorDelivery> ConnectorDeliveryReservation.tryStartFailed(MessageBatch<?> batch, RuntimeException failure) Attempt to start a retained connector delivery with a pre-dispatch mapping failure without waiting.