Uses of Interface
org.apache.camel.builder.endpoint.dsl.EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder
Packages that use EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder
-
Uses of EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return EventHubsEndpointBuilderFactory.EventHubsEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.azureEventhubs(String path) Azure Event Hubs (camel-azure-eventhubs) Send and receive events to/from Azure Event Hubs using AMQP protocol.StaticEndpointBuilders.azureEventhubs(String componentName, String path) Azure Event Hubs (camel-azure-eventhubs) Send and receive events to/from Azure Event Hubs using AMQP protocol. -
Uses of EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return EventHubsEndpointBuilderFactory.EventHubsEndpointBuilderModifier and TypeMethodDescriptionEventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.amqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions) Sets the retry policy for EventHubAsyncClient.EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.amqpRetryOptions(String amqpRetryOptions) Sets the retry policy for EventHubAsyncClient.EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.amqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType) Sets the transport type by which all the communication with Azure Event Hubs occurs.EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.amqpTransportType(String amqpTransportType) Sets the transport type by which all the communication with Azure Event Hubs occurs.EventHubsEndpointBuilderFactory.EventHubsBuilders.azureEventhubs(String path) Azure Event Hubs (camel-azure-eventhubs) Send and receive events to/from Azure Event Hubs using AMQP protocol.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.EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder.basic()EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.connectionString(String connectionString) Instead of supplying namespace, sharedAccessKey, sharedAccessName ...EventHubsEndpointBuilderFactory.endpointBuilder(String componentName, String path) EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.sharedAccessKey(String sharedAccessKey) The generated value for the SharedAccessName.EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.sharedAccessName(String sharedAccessName) The name you chose for your EventHubs SAS keys.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.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.