Uses of Class
io.helidon.messaging.MessagingExecutionConfig.Builder
Packages that use MessagingExecutionConfig.Builder
Package
Description
Helidon Messaging API and runtime.
Service provider interfaces implemented or extended by messaging transport connectors.
-
Uses of MessagingExecutionConfig.Builder in io.helidon.messaging
Subclasses with type arguments of type MessagingExecutionConfig.Builder in io.helidon.messagingClasses in io.helidon.messaging that implement interfaces with type arguments of type MessagingExecutionConfig.BuilderMethods in io.helidon.messaging that return MessagingExecutionConfig.BuilderModifier and TypeMethodDescriptionMessagingExecutionConfig.builder()Create a new fluent API builder to customize configuration.MessagingExecutionConfig.builder(MessagingExecutionConfig instance) Create a new fluent API builder from an existing instance. -
Uses of MessagingExecutionConfig.Builder in io.helidon.messaging.spi
Method parameters in io.helidon.messaging.spi with type arguments of type MessagingExecutionConfig.BuilderModifier and TypeMethodDescriptionMessagingChannelConfig.BuilderBase.execution(Consumer<MessagingExecutionConfig.Builder> consumer) Execution overrides for this channel.