Package | Description |
---|---|
com.azure.messaging.servicebus |
Package containing classes for creating
ServiceBusSenderAsyncClient ,
ServiceBusReceiverAsyncClient to perform operations on Azure Service Bus. |
com.azure.messaging.servicebus.models |
Package containing model classes for interacting with Azure Service Bus.
|
Modifier and Type | Method and Description |
---|---|
Mono<ServiceBusMessageBatch> |
ServiceBusSenderAsyncClient.createBatch(CreateBatchOptions options)
Creates an
ServiceBusMessageBatch configured with the options specified. |
ServiceBusMessageBatch |
ServiceBusSenderClient.createBatch(CreateBatchOptions options)
Creates an
ServiceBusMessageBatch configured with the options specified. |
Modifier and Type | Method and Description |
---|---|
CreateBatchOptions |
CreateBatchOptions.setMaximumSizeInBytes(int maximumSizeInBytes)
Sets the maximum size for the batch of messages.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.