Uses of Interface
io.helidon.messaging.spi.OutgoingChannel
Packages that use OutgoingChannel
Package
Description
Helidon Messaging API and runtime.
Service provider interfaces implemented or extended by messaging transport connectors.
-
Uses of OutgoingChannel in io.helidon.messaging
Methods in io.helidon.messaging with parameters of type OutgoingChannelModifier and TypeMethodDescription<T> BUILDERMessagingConfig.BuilderBase.outgoingChannel(MessagingChannel<T> source, OutgoingChannel connection) Add an outgoing channel connection as a required channel output. -
Uses of OutgoingChannel in io.helidon.messaging.spi
Methods in io.helidon.messaging.spi that return types with arguments of type OutgoingChannelModifier and TypeMethodDescriptiondefault Optional<OutgoingChannel> MessagingConnector.outgoing(MessagingOutgoingConfig channelConfig) Create an outgoing channel connection.