| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPublisherClient.publish(Event event) |
void |
PublisherClient.publish(Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPublisherClient.bulkPublish(List<Event> events,
String partitionId,
String partitionKey,
int maxBatchSizeInBytes) |
void |
PublisherClient.bulkPublish(List<Event> events,
String partitionId,
String partitionKey,
int maxBatchSizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
static com.azure.messaging.eventhubs.models.SendOptions |
SendOptionsMapper.fromEvent(Event event) |
static com.azure.messaging.eventhubs.EventData |
EventDataMapper.fromEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.Builder.build() |
| 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.