Class AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.azure.eventhubs.EventHubsComponent>
org.apache.camel.builder.component.dsl.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.azure.eventhubs.EventHubsComponent>
,AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder
- Enclosing interface:
- AzureEventhubsComponentBuilderFactory
public static class AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.azure.eventhubs.EventHubsComponent>
implements AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.azure.eventhubs.EventHubsComponent
protected boolean
setPropertyOnComponent
(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, register
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.builder.component.dsl.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder
amqpRetryOptions, amqpTransportType, autowiredEnabled, blobAccessKey, blobAccountName, blobContainerName, blobStorageSharedKeyCredential, bridgeErrorHandler, checkpointBatchSize, checkpointBatchTimeout, checkpointStore, configuration, connectionString, consumerGroupName, eventPosition, lazyStartProducer, partitionId, partitionKey, prefetchCount, producerAsyncClient, sharedAccessKey, sharedAccessName, tokenCredential
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
Constructor Details
-
AzureEventhubsComponentBuilderImpl
public AzureEventhubsComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.azure.eventhubs.EventHubsComponent buildConcreteComponent()- Specified by:
buildConcreteComponent
in classAbstractComponentBuilder<org.apache.camel.component.azure.eventhubs.EventHubsComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponent
in classAbstractComponentBuilder<org.apache.camel.component.azure.eventhubs.EventHubsComponent>
-