Uses of Interface
io.helidon.messaging.MessagingExecutionConfig
Packages that use MessagingExecutionConfig
Package
Description
Helidon Messaging API and runtime.
Service provider interfaces implemented or extended by messaging transport connectors.
-
Uses of MessagingExecutionConfig in io.helidon.messaging
Classes in io.helidon.messaging with type parameters of type MessagingExecutionConfigModifier and TypeClassDescriptionstatic classMessagingExecutionConfig.BuilderBase<BUILDER extends MessagingExecutionConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends MessagingExecutionConfig>Fluent API builder base forMessagingExecutionConfig.Subclasses with type arguments of type MessagingExecutionConfig in io.helidon.messagingClasses in io.helidon.messaging that implement interfaces with type arguments of type MessagingExecutionConfigMethods in io.helidon.messaging that return MessagingExecutionConfigModifier and TypeMethodDescriptionMessagingExecutionConfig.Builder.build()Create an instance from this builder.MessagingExecutionConfig.Builder.buildPrototype()Create an instance of the prototype.protected final MessagingExecutionConfigMessagingExecutionConfig.BuilderBase.buildPrototype(MessagingExecutionConfig.BuilderBase<?, ?> builder) Create a new prototype instance from a builder.static MessagingExecutionConfigMessagingExecutionConfig.create()Create a new instance with default values.static MessagingExecutionConfigCreate a new instance from configuration.Methods in io.helidon.messaging with parameters of type MessagingExecutionConfigModifier and TypeMethodDescriptionMessagingExecutionConfig.builder(MessagingExecutionConfig instance) Create a new fluent API builder from an existing instance.MessagingExecutionConfig.BuilderBase.from(MessagingExecutionConfig prototype) Update this builder from an existing prototype instance. -
Uses of MessagingExecutionConfig in io.helidon.messaging.spi
Methods in io.helidon.messaging.spi that return MessagingExecutionConfigModifier and TypeMethodDescriptionMessagingChannelConfig.BuilderBase.execution()Execution overrides for this channel.MessagingChannelConfig.BuilderBase.MessagingChannelConfigImpl.execution()MessagingChannelConfig.execution()Execution overrides for this channel.Methods in io.helidon.messaging.spi with parameters of type MessagingExecutionConfigModifier and TypeMethodDescriptionMessagingChannelConfig.BuilderBase.execution(MessagingExecutionConfig execution) Execution overrides for this channel.Method parameters in io.helidon.messaging.spi with type arguments of type MessagingExecutionConfigModifier and TypeMethodDescriptionMessagingChannelConfig.BuilderBase.execution(Supplier<? extends MessagingExecutionConfig> supplier) Execution overrides for this channel.