Uses of Class
io.helidon.messaging.MessagingChannel.BuilderBase
Packages that use MessagingChannel.BuilderBase
-
Uses of MessagingChannel.BuilderBase in io.helidon.messaging
Classes in io.helidon.messaging with type parameters of type MessagingChannel.BuilderBaseModifier and TypeClassDescriptionstatic classMessagingChannel.BuilderBase<T, BUILDER extends MessagingChannel.BuilderBase<T, BUILDER, PROTOTYPE>, PROTOTYPE extends MessagingChannel<T>>Fluent API builder base forMessagingChannel.Subclasses of MessagingChannel.BuilderBase in io.helidon.messagingMethods in io.helidon.messaging with parameters of type MessagingChannel.BuilderBaseModifier and TypeMethodDescriptionMessagingChannel.BuilderBase.from(MessagingChannel.BuilderBase<T, ?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.messaging with parameters of type MessagingChannel.BuilderBaseModifierConstructorDescriptionprotectedMessagingChannelImpl(MessagingChannel.BuilderBase<T, ?, ?> builder) Create an instance providing a builder.