Uses of Class
com.azure.messaging.servicebus.ServiceBusMessageBatch
Packages that use 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
Methods in com.azure.messaging.servicebus that return ServiceBusMessageBatchModifier and TypeMethodDescriptionServiceBusSenderClient.createMessageBatch()Creates aServiceBusMessageBatchthat can fit as many messages as the transport allows.ServiceBusSenderClient.createMessageBatch(CreateMessageBatchOptions options) Creates anServiceBusMessageBatchconfigured with the options specified.Methods in com.azure.messaging.servicebus that return types with arguments of type ServiceBusMessageBatchModifier and TypeMethodDescriptionServiceBusSenderAsyncClient.createMessageBatch()Creates aServiceBusMessageBatchthat can fit as many messages as the transport allows.ServiceBusSenderAsyncClient.createMessageBatch(CreateMessageBatchOptions options) Creates anServiceBusMessageBatchconfigured with the options specified.Methods in com.azure.messaging.servicebus with parameters of type ServiceBusMessageBatchModifier 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.voidServiceBusSenderClient.sendMessages(ServiceBusMessageBatch batch) Sends a message batch to the Azure Service Bus entity this sender is connected to.voidServiceBusSenderClient.sendMessages(ServiceBusMessageBatch batch, ServiceBusTransactionContext transactionContext) Sends a message batch to the Azure Service Bus entity this sender is connected to.