Uses of Class
io.helidon.messaging.spi.MessagingOutgoingConfig.BuilderBase
Packages that use MessagingOutgoingConfig.BuilderBase
Package
Description
Service provider interfaces implemented or extended by messaging transport connectors.
-
Uses of MessagingOutgoingConfig.BuilderBase in io.helidon.messaging.spi
Classes in io.helidon.messaging.spi with type parameters of type MessagingOutgoingConfig.BuilderBaseModifier and TypeClassDescriptionstatic classMessagingOutgoingConfig.BuilderBase<BUILDER extends MessagingOutgoingConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends MessagingOutgoingConfig>Fluent API builder base forMessagingOutgoingConfig.Subclasses of MessagingOutgoingConfig.BuilderBase in io.helidon.messaging.spiMethods in io.helidon.messaging.spi with parameters of type MessagingOutgoingConfig.BuilderBaseModifier and TypeMethodDescriptionMessagingOutgoingConfig.BuilderBase.from(MessagingOutgoingConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.messaging.spi with parameters of type MessagingOutgoingConfig.BuilderBaseModifierConstructorDescriptionprotectedCreate an instance providing a builder.