| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder
Builder for endpoint for the Azure Event Hubs component.
|
| Modifier and Type | Method and Description |
|---|---|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.amqpRetryOptions(Object amqpRetryOptions)
Sets the retry policy for EventHubAsyncClient.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.amqpRetryOptions(String amqpRetryOptions)
Sets the retry policy for EventHubAsyncClient.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.amqpTransportType(EventHubsEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.amqpTransportType(String amqpTransportType)
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.autoDiscoverClient(String autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointProducerBuilder.basic() |
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.connectionString(String connectionString)
Instead of supplying namespace, sharedAccessKey, sharedAccessName ...
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.partitionId(String partitionId)
Sets the identifier of the Event Hub partition that the events will
be sent to.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.partitionKey(String partitionKey)
Sets a hashing key to be provided for the batch of events, which
instructs the Event Hubs service to map this key to a specific
partition.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.producerAsyncClient(Object producerAsyncClient)
Sets the EventHubProducerAsyncClient.An asynchronous producer
responsible for transmitting EventData to a specific Event Hub,
grouped together in batches.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.producerAsyncClient(String producerAsyncClient)
Sets the EventHubProducerAsyncClient.An asynchronous producer
responsible for transmitting EventData to a specific Event Hub,
grouped together in batches.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.sharedAccessKey(String sharedAccessKey)
The generated value for the SharedAccessName.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.sharedAccessName(String sharedAccessName)
The name you chose for your EventHubs SAS keys.
|
Apache Camel