| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
StaticEndpointBuilders.azureEventhubs(String path)
Azure Event Hubs (camel-azure-eventhubs)
The azure-eventhubs component that integrates Azure Event Hubs using AMQP
protocol.
|
static EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
StaticEndpointBuilders.azureEventhubs(String componentName,
String path)
Azure Event Hubs (camel-azure-eventhubs)
The azure-eventhubs component that integrates Azure Event Hubs using AMQP
protocol.
|
| Modifier and Type | Method and Description |
|---|---|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.amqpRetryOptions(Object amqpRetryOptions)
Sets the retry policy for EventHubAsyncClient.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.amqpRetryOptions(String amqpRetryOptions)
Sets the retry policy for EventHubAsyncClient.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.amqpTransportType(EventHubsEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.amqpTransportType(String amqpTransportType)
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsBuilders.azureEventhubs(String path)
Azure Event Hubs (camel-azure-eventhubs)
The azure-eventhubs component that integrates Azure Event Hubs using
AMQP protocol.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsBuilders.azureEventhubs(String componentName,
String path)
Azure Event Hubs (camel-azure-eventhubs)
The azure-eventhubs component that integrates Azure Event Hubs using
AMQP protocol.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder.basic() |
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.connectionString(String connectionString)
Instead of supplying namespace, sharedAccessKey, sharedAccessName ...
|
static EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.sharedAccessKey(String sharedAccessKey)
The generated value for the SharedAccessName.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.sharedAccessName(String sharedAccessName)
The name you chose for your EventHubs SAS keys.
|
Apache Camel