Uses of Class
com.azure.messaging.servicebus.models.CreateMessageBatchOptions
Packages that use CreateMessageBatchOptions
Package
Description
The Azure Service Bus client library allows Java developers to interact with Azure Service Bus entities by
publishing to and/or subscribing from queues and topics/subscriptions.
Model classes for interacting with Azure Service Bus.
-
Uses of CreateMessageBatchOptions in com.azure.messaging.servicebus
Methods in com.azure.messaging.servicebus with parameters of type CreateMessageBatchOptionsModifier and TypeMethodDescriptionServiceBusSenderAsyncClient.createMessageBatch
(CreateMessageBatchOptions options) Creates anServiceBusMessageBatch
configured with the options specified.ServiceBusSenderClient.createMessageBatch
(CreateMessageBatchOptions options) Creates anServiceBusMessageBatch
configured with the options specified. -
Uses of CreateMessageBatchOptions in com.azure.messaging.servicebus.models
Methods in com.azure.messaging.servicebus.models that return CreateMessageBatchOptionsModifier and TypeMethodDescriptionCreateMessageBatchOptions.setMaximumSizeInBytes
(int maximumSizeInBytes) Sets the maximum size for the batch of messages.