| Package | Description |
|---|---|
| com.mulesoft.connectors.azure.eventhubs.internal.operation | |
| com.mulesoft.connectors.azure.eventhubs.internal.operation.mapper |
| Modifier and Type | Method and Description |
|---|---|
void |
PublishOperation.publish(AzureEventHubsConnection connection,
Event event,
String correlationId,
String contentType,
PartitionInfo partitionParameters)
Send an Event to a specified Event Hub
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublishOperation.bulkPublish(AzureEventHubsConnection connection,
List<Event> events,
PartitionInfo partitionParameters,
String correlationId,
String contentType,
int maxBatchSizeInBytes)
Send an Events in Bulk to a specified Event Hub
|
| Modifier and Type | Method and Description |
|---|---|
static Event |
EventMapper.fromEventAndPartitionInfoAndCorrelationId(Event eventApi,
PartitionInfo partitionParameters,
String correlationId,
String contentType) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.