Uses of Interface
io.helidon.messaging.spi.MessagingIncomingConfig
Packages that use MessagingIncomingConfig
Package
Description
Helidon Messaging API and runtime.
Service provider interfaces implemented or extended by messaging transport connectors.
-
Uses of MessagingIncomingConfig in io.helidon.messaging
Methods in io.helidon.messaging that return types with arguments of type MessagingIncomingConfigModifier and TypeMethodDescriptionMessagingConfig.BuilderBase.incoming()Incoming channel configurations, keyed by channel name, whose execution settings take precedence over outgoing configurations of the same logical channel.MessagingConfig.incoming()Incoming channel configurations, keyed by channel name, whose execution settings take precedence over outgoing configurations of the same logical channel.Method parameters in io.helidon.messaging with type arguments of type MessagingIncomingConfigModifier and TypeMethodDescriptionMessagingConfig.BuilderBase.addIncoming(Map<String, ? extends MessagingIncomingConfig> incoming) Incoming channel configurations, keyed by channel name, whose execution settings take precedence over outgoing configurations of the same logical channel.MessagingConfig.BuilderBase.incoming(Map<String, ? extends MessagingIncomingConfig> incoming) Incoming channel configurations, keyed by channel name, whose execution settings take precedence over outgoing configurations of the same logical channel. -
Uses of MessagingIncomingConfig in io.helidon.messaging.spi
Classes in io.helidon.messaging.spi with type parameters of type MessagingIncomingConfigModifier and TypeClassDescriptionstatic classMessagingIncomingConfig.BuilderBase<BUILDER extends MessagingIncomingConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends MessagingIncomingConfig>Fluent API builder base forMessagingIncomingConfig.Classes in io.helidon.messaging.spi that implement MessagingIncomingConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type MessagingIncomingConfig in io.helidon.messaging.spiClasses in io.helidon.messaging.spi that implement interfaces with type arguments of type MessagingIncomingConfigMethods in io.helidon.messaging.spi that return MessagingIncomingConfigModifier and TypeMethodDescriptionMessagingIncomingConfig.Builder.build()Create an instance from this builder.MessagingIncomingConfig.Builder.buildPrototype()Create an instance of the prototype.static MessagingIncomingConfigMessagingIncomingConfig.create()Create a new instance with default values.static MessagingIncomingConfigCreate a new instance from configuration.Methods in io.helidon.messaging.spi with parameters of type MessagingIncomingConfigModifier and TypeMethodDescriptionMessagingIncomingConfig.builder(MessagingIncomingConfig instance) Create a new fluent API builder from an existing instance.MessagingIncomingConfig.BuilderBase.from(MessagingIncomingConfig prototype) Update this builder from an existing prototype instance.default Optional<IncomingChannel> MessagingConnector.incoming(MessagingIncomingConfig channelConfig) Create an incoming channel connection.