Uses of Interface
io.helidon.messaging.ConnectorDeliveryReservation
Packages that use ConnectorDeliveryReservation
-
Uses of ConnectorDeliveryReservation in io.helidon.messaging
Methods in io.helidon.messaging that return ConnectorDeliveryReservationModifier and TypeMethodDescriptionIncomingConnectorContext.reserveDelivery()Reserve pending capacity for the largest delivery this channel accepts before acquiring one connector delivery.Methods in io.helidon.messaging that return types with arguments of type ConnectorDeliveryReservationModifier and TypeMethodDescriptionIncomingConnectorContext.tryReserveDelivery()Attempt to reserve pending capacity before acquiring one connector delivery without blocking.