Uses of Class
io.helidon.messaging.MessagingConfig.Builder
Packages that use MessagingConfig.Builder
-
Uses of MessagingConfig.Builder in io.helidon.messaging
Subclasses with type arguments of type MessagingConfig.Builder in io.helidon.messagingClasses in io.helidon.messaging that implement interfaces with type arguments of type MessagingConfig.BuilderMethods in io.helidon.messaging that return MessagingConfig.BuilderModifier and TypeMethodDescriptionstatic MessagingConfig.BuilderMessagingConfig.builder()Create a new fluent API builder to customize configuration.static MessagingConfig.BuilderMessagingConfig.builder(MessagingConfig instance) Create a new fluent API builder from an existing instance.static MessagingConfig.BuilderMessagingGraph.builder()Create a builder for one graph.Method parameters in io.helidon.messaging with type arguments of type MessagingConfig.BuilderModifier and TypeMethodDescriptionstatic MessagingGraphMessagingGraph.create(Consumer<MessagingConfig.Builder> consumer) Create a graph with customized configuration.