Uses of Class
com.azure.messaging.servicebus.ServiceBusMessageBatch
Packages that use ServiceBusMessageBatch
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.
-
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.