Uses of Class
com.azure.messaging.servicebus.ServiceBusMessageBatch
Package
Description
Package containing classes for creating
ServiceBusSenderAsyncClient
,
ServiceBusProcessorClient
, and
ServiceBusReceiverAsyncClient
to perform operations on Azure Service Bus.-
Uses of ServiceBusMessageBatch in com.azure.messaging.servicebus
Modifier and TypeMethodDescriptionServiceBusSenderClient.createMessageBatch()
Creates aServiceBusMessageBatch
that can fit as many messages as the transport allows.ServiceBusSenderClient.createMessageBatch
(CreateMessageBatchOptions options) Creates anServiceBusMessageBatch
configured with the options specified.Modifier and TypeMethodDescriptionServiceBusSenderAsyncClient.createMessageBatch()
Creates aServiceBusMessageBatch
that can fit as many messages as the transport allows.ServiceBusSenderAsyncClient.createMessageBatch
(CreateMessageBatchOptions options) Creates anServiceBusMessageBatch
configured with the options specified.Modifier and TypeMethodDescriptionServiceBusSenderAsyncClient.sendMessages
(ServiceBusMessageBatch batch) Sends a message batch to the Azure Service Bus entity this sender is connected to.ServiceBusSenderAsyncClient.sendMessages
(ServiceBusMessageBatch batch, ServiceBusTransactionContext transactionContext) Sends a message batch to the Azure Service Bus entity this sender is connected to.void
ServiceBusSenderClient.sendMessages
(ServiceBusMessageBatch batch) Sends a message batch to the Azure Service Bus entity this sender is connected to.void
ServiceBusSenderClient.sendMessages
(ServiceBusMessageBatch batch, ServiceBusTransactionContext transactionContext) Sends a message batch to the Azure Service Bus entity this sender is connected to.