Uses of Interface
io.helidon.messaging.spi.IncomingChannel
Packages that use IncomingChannel
Package
Description
Helidon Messaging API and runtime.
Service provider interfaces implemented or extended by messaging transport connectors.
-
Uses of IncomingChannel in io.helidon.messaging
Methods in io.helidon.messaging that return types with arguments of type IncomingChannelModifier and TypeMethodDescriptionMessagingConfig.incomingConnections()Programmatic incoming channel connections.Methods in io.helidon.messaging with parameters of type IncomingChannelModifier and TypeMethodDescription<T> BUILDERMessagingConfig.BuilderBase.incomingChannel(MessagingChannel<T> target, IncomingChannel connection) Add an incoming channel connection as a source. -
Uses of IncomingChannel in io.helidon.messaging.spi
Methods in io.helidon.messaging.spi that return types with arguments of type IncomingChannelModifier and TypeMethodDescriptiondefault Optional<IncomingChannel> MessagingConnector.incoming(MessagingIncomingConfig channelConfig) Create an incoming channel connection.