Class AmqpComponentBuilderFactory.AmqpComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.amqp.AMQPComponent>
org.apache.camel.builder.component.dsl.AmqpComponentBuilderFactory.AmqpComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.amqp.AMQPComponent>,AmqpComponentBuilderFactory.AmqpComponentBuilder
- Enclosing interface:
- AmqpComponentBuilderFactory
public static class AmqpComponentBuilderFactory.AmqpComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.amqp.AMQPComponent>
implements AmqpComponentBuilderFactory.AmqpComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.amqp.AMQPComponentprotected 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.AmqpComponentBuilderFactory.AmqpComponentBuilder
acceptMessagesWhileStopping, acknowledgementModeName, allowAdditionalHeaders, allowAutoWiredConnectionFactory, allowAutoWiredDestinationResolver, allowNullBody, allowReplyManagerQuickStop, allowSerializedHeaders, alwaysCopyMessage, artemisConsumerPriority, artemisStreamingEnabled, asyncConsumer, asyncStartListener, asyncStopListener, autoStartup, autowiredEnabled, cacheLevel, cacheLevelName, clientId, concurrentConsumers, configuration, connectionFactory, consumerType, correlationProperty, defaultTaskExecutorType, deliveryDelay, deliveryMode, deliveryPersistent, destinationResolver, disableReplyTo, disableTimeToLive, durableSubscriptionName, eagerLoadingOfProperties, eagerPoisonBody, errorHandler, errorHandlerLoggingLevel, errorHandlerLogStackTrace, exceptionListener, explicitQosEnabled, exposeListenerSession, forceSendOriginalMessage, formatDateHeadersToIso8601, headerFilterStrategy, idleConsumerLimit, idleTaskExecutionLimit, includeAllJMSXProperties, includeAmqpAnnotations, includeSentJMSMessageID, jmsKeyFormatStrategy, jmsMessageType, lazyCreateTransactionManager, lazyStartProducer, mapJmsMessage, maxConcurrentConsumers, maxMessagesPerTask, messageConverter, messageCreatedStrategy, messageIdEnabled, messageListenerContainerFactory, messageTimestampEnabled, password, preserveMessageQos, priority, pubSubNoLocal, queueBrowseStrategy, receiveTimeout, recoveryInterval, replyTo, replyToCacheLevelName, replyToConcurrentConsumers, replyToConsumerType, replyToDeliveryPersistent, replyToDestinationSelectorName, replyToMaxConcurrentConsumers, replyToOnTimeoutMaxConcurrentConsumers, replyToOverride, replyToSameDestinationAllowed, replyToType, requestTimeout, requestTimeoutCheckerInterval, selector, streamMessageTypeEnabled, subscriptionDurable, subscriptionName, subscriptionShared, synchronous, taskExecutor, testConnectionOnStartup, timeToLive, transacted, transactedInOut, transactionManager, transactionName, transactionTimeout, transferException, transferExchange, useMessageIDAsCorrelationID, username, waitForProvisionCorrelationToBeUpdatedCounter, waitForProvisionCorrelationToBeUpdatedThreadSleepingTimeMethods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
Constructor Details
-
AmqpComponentBuilderImpl
public AmqpComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.amqp.AMQPComponent buildConcreteComponent()- Specified by:
buildConcreteComponentin classAbstractComponentBuilder<org.apache.camel.component.amqp.AMQPComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponentin classAbstractComponentBuilder<org.apache.camel.component.amqp.AMQPComponent>
-