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 aServiceBusMessageBatch
that can fit as many messages as the transport allows.ServiceBusSenderClient.createMessageBatch
(CreateMessageBatchOptions options) Creates anServiceBusMessageBatch
configured with the options specified.Methods in com.azure.messaging.servicebus that return types with arguments of type ServiceBusMessageBatchModifier 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.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.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.