| Modifier and Type | Method and Description |
|---|---|
AzureEventHubsConnection |
SasConnectionProvider.connect() |
AzureEventHubsConnection |
ActiveDirectoryConnectionProvider.connect() |
| Modifier and Type | Method and Description |
|---|---|
void |
SasConnectionProvider.disconnect(AzureEventHubsConnection connection) |
void |
ActiveDirectoryConnectionProvider.disconnect(AzureEventHubsConnection connection) |
org.mule.runtime.api.connection.ConnectionValidationResult |
SasConnectionProvider.validate(AzureEventHubsConnection connection) |
org.mule.runtime.api.connection.ConnectionValidationResult |
ActiveDirectoryConnectionProvider.validate(AzureEventHubsConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
AzureEventHubsConnection |
PartitionIdValueProvider.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionIdValueProvider.setConnection(AzureEventHubsConnection connection) |
| 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
|
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 |
|---|---|
AzureEventHubsConnection |
EventHubListener.getEventHubsConnection() |
AzureEventHubsConnection |
PartitionListener.getEventHubsConnection() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.connection.ConnectionProvider<AzureEventHubsConnection> |
EventHubListener.getConnectionProvider() |
org.mule.runtime.api.connection.ConnectionProvider<AzureEventHubsConnection> |
PartitionListener.getConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventHubListener.setEventHubsConnection(AzureEventHubsConnection eventHubsConnection) |
void |
PartitionListener.setEventHubsConnection(AzureEventHubsConnection eventHubsConnection) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventHubListener.setConnectionProvider(org.mule.runtime.api.connection.ConnectionProvider<AzureEventHubsConnection> connectionProvider) |
void |
PartitionListener.setConnectionProvider(org.mule.runtime.api.connection.ConnectionProvider<AzureEventHubsConnection> connectionProvider) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.