Uses of Class
io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
Packages that use MessagingChannelConfig.BuilderBase
Package
Description
Service provider interfaces implemented or extended by messaging transport connectors.
-
Uses of MessagingChannelConfig.BuilderBase in io.helidon.messaging.spi
Classes in io.helidon.messaging.spi with type parameters of type MessagingChannelConfig.BuilderBaseModifier and TypeClassDescriptionstatic classMessagingChannelConfig.BuilderBase<BUILDER extends MessagingChannelConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends MessagingChannelConfig>Fluent API builder base forMessagingChannelConfig.Subclasses of MessagingChannelConfig.BuilderBase in io.helidon.messaging.spiModifier and TypeClassDescriptionstatic classFluent API builder forMessagingChannelConfig.static classFluent API builder forMessagingIncomingConfig.static classMessagingIncomingConfig.BuilderBase<BUILDER extends MessagingIncomingConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends MessagingIncomingConfig>Fluent API builder base forMessagingIncomingConfig.static classFluent API builder forMessagingOutgoingConfig.static classMessagingOutgoingConfig.BuilderBase<BUILDER extends MessagingOutgoingConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends MessagingOutgoingConfig>Fluent API builder base forMessagingOutgoingConfig.Methods in io.helidon.messaging.spi with parameters of type MessagingChannelConfig.BuilderBaseModifier and TypeMethodDescriptionMessagingChannelConfig.BuilderBase.from(MessagingChannelConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.messaging.spi with parameters of type MessagingChannelConfig.BuilderBaseModifierConstructorDescriptionprotectedMessagingChannelConfigImpl(MessagingChannelConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.