default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.amqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions 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(com.azure.core.amqp.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)
Send and receive events to/from Azure Event Hubs using AMQP protocol.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsBuilders.azureEventhubs(String componentName,
String path) |
Azure Event Hubs (camel-azure-eventhubs)
Send and receive events to/from 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.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.tokenCredential(com.azure.core.credential.TokenCredential tokenCredential) |
Still another way of authentication (beside supplying namespace,
sharedAccessKey, sharedAccessName or connection string) is through
Azure-AD authentication using an implementation instance of
TokenCredential.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.tokenCredential(String tokenCredential) |
Still another way of authentication (beside supplying namespace,
sharedAccessKey, sharedAccessName or connection string) is through
Azure-AD authentication using an implementation instance of
TokenCredential.
|