Uses of Interface
io.helidon.messaging.spi.MessagingChannelConfig
Packages that use MessagingChannelConfig
Package
Description
Service provider interfaces implemented or extended by messaging transport connectors.
-
Uses of MessagingChannelConfig in io.helidon.messaging.spi
Classes in io.helidon.messaging.spi with type parameters of type MessagingChannelConfigModifier and TypeClassDescriptionstatic classMessagingChannelConfig.BuilderBase<BUILDER extends MessagingChannelConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends MessagingChannelConfig>Fluent API builder base forMessagingChannelConfig.Subinterfaces of MessagingChannelConfig in io.helidon.messaging.spiModifier and TypeInterfaceDescriptioninterfaceCommon configuration of an incoming messaging channel connection.interfaceCommon configuration of an outgoing messaging channel connection.Classes in io.helidon.messaging.spi that implement MessagingChannelConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type MessagingChannelConfig in io.helidon.messaging.spiClasses in io.helidon.messaging.spi that implement interfaces with type arguments of type MessagingChannelConfigMethods in io.helidon.messaging.spi that return MessagingChannelConfigModifier and TypeMethodDescriptionMessagingChannelConfig.Builder.build()Create an instance from this builder.MessagingChannelConfig.Builder.buildPrototype()Create an instance of the prototype.static MessagingChannelConfigCreate a new instance from configuration.Methods in io.helidon.messaging.spi with parameters of type MessagingChannelConfigModifier and TypeMethodDescriptionMessagingChannelConfig.builder(MessagingChannelConfig instance) Create a new fluent API builder from an existing instance.MessagingChannelConfig.BuilderBase.from(MessagingChannelConfig prototype) Update this builder from an existing prototype instance.