Uses of Class
io.helidon.messaging.MessageBatchConfig.Builder
Packages that use MessageBatchConfig.Builder
-
Uses of MessageBatchConfig.Builder in io.helidon.messaging
Subclasses with type arguments of type MessageBatchConfig.Builder in io.helidon.messagingClasses in io.helidon.messaging that implement interfaces with type arguments of type MessageBatchConfig.BuilderMethods in io.helidon.messaging that return MessageBatchConfig.BuilderModifier and TypeMethodDescriptionstatic <T> MessageBatchConfig.Builder<T> MessageBatch.builder()Create a batch builder.static <T> MessageBatchConfig.Builder<T> MessageBatchConfig.builder()Create a new fluent API builder to customize configuration.static <T> MessageBatchConfig.Builder<T> MessageBatchConfig.builder(MessageBatchConfig<T> instance) Create a new fluent API builder from an existing instance.