Class RabbitmqComponentBuilderFactory.RabbitmqComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.rabbitmq.RabbitMQComponent>
org.apache.camel.builder.component.dsl.RabbitmqComponentBuilderFactory.RabbitmqComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.rabbitmq.RabbitMQComponent>,RabbitmqComponentBuilderFactory.RabbitmqComponentBuilder
- Enclosing interface:
- RabbitmqComponentBuilderFactory
public static class RabbitmqComponentBuilderFactory.RabbitmqComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.rabbitmq.RabbitMQComponent>
implements RabbitmqComponentBuilderFactory.RabbitmqComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.rabbitmq.RabbitMQComponentprotected 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.ComponentBuilder
build, build, doSetProperty, registerMethods inherited from interface org.apache.camel.builder.component.dsl.RabbitmqComponentBuilderFactory.RabbitmqComponentBuilder
additionalHeaders, additionalProperties, addresses, allowNullHeaders, args, autoAck, autoDelete, autoDetectConnectionFactory, automaticRecoveryEnabled, autowiredEnabled, bridgeErrorHandler, channelPoolMaxSize, channelPoolMaxWait, clientProperties, connectionFactory, connectionFactoryExceptionHandler, connectionTimeout, deadLetterExchange, deadLetterExchangeType, deadLetterQueue, deadLetterRoutingKey, declare, durable, exclusive, exclusiveConsumer, guaranteedDeliveries, hostname, immediate, lazyStartProducer, mandatory, networkRecoveryInterval, passive, password, portNumber, prefetchCount, prefetchEnabled, prefetchGlobal, prefetchSize, publisherAcknowledgements, publisherAcknowledgementsTimeout, recoverFromDeclareException, requestedChannelMax, requestedFrameMax, requestedHeartbeat, requestTimeout, requestTimeoutCheckerInterval, skipExchangeDeclare, skipQueueBind, skipQueueDeclare, sslProtocol, threadPoolSize, topologyRecoveryEnabled, transferException, trustManager, username, vhost
-
Constructor Details
-
RabbitmqComponentBuilderImpl
public RabbitmqComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.rabbitmq.RabbitMQComponent buildConcreteComponent()- Specified by:
buildConcreteComponentin classAbstractComponentBuilder<org.apache.camel.component.rabbitmq.RabbitMQComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponentin classAbstractComponentBuilder<org.apache.camel.component.rabbitmq.RabbitMQComponent>
-