Uses of Interface
io.helidon.messaging.MessagingConfig
Packages that use MessagingConfig
-
Uses of MessagingConfig in io.helidon.messaging
Classes in io.helidon.messaging with type parameters of type MessagingConfigModifier and TypeClassDescriptionstatic classMessagingConfig.BuilderBase<BUILDER extends MessagingConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends MessagingConfig>Fluent API builder base forMessagingConfig.Subclasses with type arguments of type MessagingConfig in io.helidon.messagingSubinterfaces with type arguments of type MessagingConfig in io.helidon.messagingModifier and TypeInterfaceDescriptioninterfaceOne messaging topology and lifecycle.Methods in io.helidon.messaging that return MessagingConfigModifier and TypeMethodDescriptionMessagingConfig.Builder.buildPrototype()Create an instance of the prototype.protected final MessagingConfigMessagingConfig.BuilderBase.buildPrototype(MessagingConfig.BuilderBase<?, ?> builder) Create a new prototype instance from a builder.static MessagingConfigMessagingConfig.create()Create a new instance with default values.static MessagingConfigCreate a new instance from configuration.Methods in io.helidon.messaging with parameters of type MessagingConfigModifier and TypeMethodDescriptionstatic MessagingConfig.BuilderMessagingConfig.builder(MessagingConfig instance) Create a new fluent API builder from an existing instance.static MessagingGraphMessagingGraph.create(MessagingConfig config) Create a graph from its immutable configuration.MessagingConfig.BuilderBase.from(MessagingConfig prototype) Update this builder from an existing prototype instance.