Package | Description |
---|---|
com.azure.messaging.servicebus |
Package containing classes for creating
ServiceBusSenderAsyncClient ,
ServiceBusReceiverAsyncClient to perform operations on Azure Service Bus. |
Modifier and Type | Method and Description |
---|---|
ServiceBusMessageBatch |
ServiceBusSenderClient.createBatch()
Creates a
ServiceBusMessageBatch that can fit as many messages as the transport allows. |
ServiceBusMessageBatch |
ServiceBusSenderClient.createBatch(CreateBatchOptions options)
Creates an
ServiceBusMessageBatch configured with the options specified. |
Modifier and Type | Method and Description |
---|---|
Mono<Void> |
ServiceBusSenderAsyncClient.send(ServiceBusMessageBatch batch)
Sends a message batch to the Azure Service Bus entity this sender is connected to.
|
void |
ServiceBusSenderClient.send(ServiceBusMessageBatch batch)
Sends a message batch to the Azure Service Bus entity this sender is connected to.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.