Uses of Class
com.azure.messaging.servicebus.models.CreateMessageBatchOptions
Package
Description
Package containing classes for creating
ServiceBusSenderAsyncClient
,
ServiceBusProcessorClient
, and
ServiceBusReceiverAsyncClient
to perform operations on Azure Service Bus.Model classes for interacting with Azure Service Bus.
-
Uses of CreateMessageBatchOptions in com.azure.messaging.servicebus
Modifier 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
Modifier and TypeMethodDescriptionCreateMessageBatchOptions.setMaximumSizeInBytes
(int maximumSizeInBytes) Sets the maximum size for the batch of messages.