Uses of Interface
io.helidon.messaging.spi.MessagingOutgoingConfig
Packages that use MessagingOutgoingConfig
Package
Description
Helidon Messaging API and runtime.
Service provider interfaces implemented or extended by messaging transport connectors.
-
Uses of MessagingOutgoingConfig in io.helidon.messaging
Methods in io.helidon.messaging that return types with arguments of type MessagingOutgoingConfigModifier and TypeMethodDescriptionMessagingConfig.BuilderBase.outgoing()Outgoing channel configurations, keyed by channel name; their execution settings apply only when the logical channel has no incoming configuration.MessagingConfig.outgoing()Outgoing channel configurations, keyed by channel name; their execution settings apply only when the logical channel has no incoming configuration.Method parameters in io.helidon.messaging with type arguments of type MessagingOutgoingConfigModifier and TypeMethodDescriptionMessagingConfig.BuilderBase.addOutgoing(Map<String, ? extends MessagingOutgoingConfig> outgoing) Outgoing channel configurations, keyed by channel name; their execution settings apply only when the logical channel has no incoming configuration.MessagingConfig.BuilderBase.outgoing(Map<String, ? extends MessagingOutgoingConfig> outgoing) Outgoing channel configurations, keyed by channel name; their execution settings apply only when the logical channel has no incoming configuration. -
Uses of MessagingOutgoingConfig in io.helidon.messaging.spi
Classes in io.helidon.messaging.spi with type parameters of type MessagingOutgoingConfigModifier and TypeClassDescriptionstatic classMessagingOutgoingConfig.BuilderBase<BUILDER extends MessagingOutgoingConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends MessagingOutgoingConfig>Fluent API builder base forMessagingOutgoingConfig.Classes in io.helidon.messaging.spi that implement MessagingOutgoingConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type MessagingOutgoingConfig in io.helidon.messaging.spiClasses in io.helidon.messaging.spi that implement interfaces with type arguments of type MessagingOutgoingConfigMethods in io.helidon.messaging.spi that return MessagingOutgoingConfigModifier and TypeMethodDescriptionMessagingOutgoingConfig.Builder.build()Create an instance from this builder.MessagingOutgoingConfig.Builder.buildPrototype()Create an instance of the prototype.static MessagingOutgoingConfigMessagingOutgoingConfig.create()Create a new instance with default values.static MessagingOutgoingConfigCreate a new instance from configuration.Methods in io.helidon.messaging.spi with parameters of type MessagingOutgoingConfigModifier and TypeMethodDescriptionMessagingOutgoingConfig.builder(MessagingOutgoingConfig instance) Create a new fluent API builder from an existing instance.MessagingOutgoingConfig.BuilderBase.from(MessagingOutgoingConfig prototype) Update this builder from an existing prototype instance.default Optional<OutgoingChannel> MessagingConnector.outgoing(MessagingOutgoingConfig channelConfig) Create an outgoing channel connection.