Uses of Class
io.helidon.messaging.MessagingChannel.Builder
Packages that use MessagingChannel.Builder
-
Uses of MessagingChannel.Builder in io.helidon.messaging
Subclasses with type arguments of type MessagingChannel.Builder in io.helidon.messagingClasses in io.helidon.messaging that implement interfaces with type arguments of type MessagingChannel.BuilderMethods in io.helidon.messaging that return MessagingChannel.BuilderModifier and TypeMethodDescriptionstatic <T> MessagingChannel.Builder<T> MessagingChannel.builder()Create a new fluent API builder to customize configuration.static <T> MessagingChannel.Builder<T> MessagingChannel.builder(MessagingChannel<T> instance) Create a new fluent API builder from an existing instance.