| Package | Description |
|---|---|
| com.rabbitmq.stream |
| Modifier and Type | Method and Description |
|---|---|
ProducerBuilder |
ProducerBuilder.batchPublishingDelay(Duration batchPublishingDelay)
Period to send a batch of messages.
|
ProducerBuilder |
ProducerBuilder.batchSize(int batchSize)
The maximum number of messages to accumulate before sending them to the broker.
|
ProducerBuilder |
ProducerBuilder.compression(Compression compression) |
ProducerBuilder |
ProducerBuilder.confirmTimeout(Duration timeout)
Time before the client calls the confirm callback to signal outstanding unconfirmed messages
timed out.
|
ProducerBuilder |
ProducerBuilder.enqueueTimeout(Duration timeout)
Time before enqueueing of a message fail when the maximum number of unconfirmed is reached.
|
ProducerBuilder |
ProducerBuilder.maxUnconfirmedMessages(int maxUnconfirmedMessages)
The maximum number of unconfirmed outbound messages.
|
ProducerBuilder |
ProducerBuilder.name(String name)
The logical name of the producer.
|
ProducerBuilder |
ProducerBuilder.RoutingConfiguration.producerBuilder()
Go back to the producer builder.
|
ProducerBuilder |
Environment.producerBuilder()
Create a
ProducerBuilder to configure and create a Producer. |
ProducerBuilder |
ProducerBuilder.stream(String stream)
The stream to send messages to.
|
ProducerBuilder |
ProducerBuilder.subEntrySize(int subEntrySize)
The number of messages to put in a sub-entry of a publish frame.
|
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.