Uses of Class
com.azure.messaging.servicebus.models.CreateMessageBatchOptions
Packages that use 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
Methods in com.azure.messaging.servicebus with parameters of type CreateMessageBatchOptionsModifier and TypeMethodDescriptionServiceBusSenderAsyncClient.createMessageBatch(CreateMessageBatchOptions options) Creates anServiceBusMessageBatchconfigured with the options specified.ServiceBusSenderClient.createMessageBatch(CreateMessageBatchOptions options) Creates anServiceBusMessageBatchconfigured 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.