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 EventHubProducerAsyncClient.EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.amqpRetryOptions(String amqpRetryOptions) Sets the retry policy for EventHubProducerAsyncClient.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, etc. you can supply the connection string for your eventHub.EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.credentialType(String credentialType) Determines the credential strategy to adopt.EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.credentialType(org.apache.camel.component.azure.eventhubs.CredentialType credentialType) Determines the credential strategy to adopt.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) Provide custom authentication credentials using an implementation of TokenCredential.EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.tokenCredential(String tokenCredential) Provide custom authentication credentials using an implementation of TokenCredential.