Uses of Interface
io.helidon.messaging.MessageBatchConfig
Packages that use MessageBatchConfig
-
Uses of MessageBatchConfig in io.helidon.messaging
Classes in io.helidon.messaging with type parameters of type MessageBatchConfigModifier and TypeClassDescriptionstatic classMessageBatchConfig.BuilderBase<T, BUILDER extends MessageBatchConfig.BuilderBase<T, BUILDER, PROTOTYPE>, PROTOTYPE extends MessageBatchConfig<T>>Fluent API builder base forMessageBatchConfig.Subclasses with type arguments of type MessageBatchConfig in io.helidon.messagingMethods in io.helidon.messaging that return MessageBatchConfigModifier and TypeMethodDescriptionMessageBatchConfig.Builder.buildPrototype()Create an instance of the prototype.protected final MessageBatchConfig<T> MessageBatchConfig.BuilderBase.buildPrototype(MessageBatchConfig.BuilderBase<T, ?, ?> builder) Create a new prototype instance from a builder.Methods in io.helidon.messaging with parameters of type MessageBatchConfigModifier and TypeMethodDescriptionstatic <T> MessageBatchConfig.Builder<T> MessageBatchConfig.builder(MessageBatchConfig<T> instance) Create a new fluent API builder from an existing instance.MessageBatchConfig.BuilderBase.from(MessageBatchConfig<T> prototype) Update this builder from an existing prototype instance.