Class AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.azure.servicebus.ServiceBusComponent>
org.apache.camel.builder.component.dsl.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.azure.servicebus.ServiceBusComponent>,AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder
- Enclosing interface:
AzureServicebusComponentBuilderFactory
public static class AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.azure.servicebus.ServiceBusComponent>
implements AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.azure.servicebus.ServiceBusComponentprotected booleansetPropertyOnComponent(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, registerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.builder.component.dsl.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder
amqpRetryOptions, amqpTransportType, autowiredEnabled, binary, bridgeErrorHandler, clientOptions, configuration, connectionString, credentialType, enableDeadLettering, fullyQualifiedNamespace, headerFilterStrategy, lazyStartProducer, maxAutoLockRenewDuration, maxConcurrentCalls, prefetchCount, processorClient, producerOperation, proxyOptions, scheduledEnqueueTime, senderClient, serviceBusReceiveMode, serviceBusTransactionContext, serviceBusType, sessionEnabled, sessionId, subQueue, subscriptionName, tokenCredentialMethods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
Constructor Details
-
AzureServicebusComponentBuilderImpl
public AzureServicebusComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.azure.servicebus.ServiceBusComponent buildConcreteComponent()- Specified by:
buildConcreteComponentin classAbstractComponentBuilder<org.apache.camel.component.azure.servicebus.ServiceBusComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponentin classAbstractComponentBuilder<org.apache.camel.component.azure.servicebus.ServiceBusComponent>
-