Class AmqpPublishSubscribeMessageChannelSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<AmqpPublishSubscribeMessageChannelSpec, PollableAmqpChannel>
org.springframework.integration.dsl.MessageChannelSpec<AmqpPublishSubscribeMessageChannelSpec, PollableAmqpChannel>
org.springframework.integration.amqp.dsl.AmqpPollableMessageChannelSpec<AmqpPublishSubscribeMessageChannelSpec, PollableAmqpChannel>
org.springframework.integration.amqp.dsl.AmqpMessageChannelSpec<AmqpPublishSubscribeMessageChannelSpec, PollableAmqpChannel>
org.springframework.integration.amqp.dsl.AmqpPublishSubscribeMessageChannelSpec
- All Implemented Interfaces:
DisposableBean, FactoryBean<PollableAmqpChannel>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
public class AmqpPublishSubscribeMessageChannelSpec
extends AmqpMessageChannelSpec<AmqpPublishSubscribeMessageChannelSpec, PollableAmqpChannel>
- Since:
- 5.0
- Author:
- Artem Bilan, Artem Vozhdayenko
-
Field Summary
Fields inherited from class AmqpMessageChannelSpec
adviceChainFields inherited from class AmqpPollableMessageChannelSpec
amqpChannelFactoryBeanFields inherited from class MessageChannelSpec
channelFields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAmqpPublishSubscribeMessageChannelSpec(ConnectionFactory connectionFactory) -
Method Summary
Methods inherited from class AmqpMessageChannelSpec
acknowledgeMode, advice, autoStartup, batchSize, concurrentConsumers, doGet, errorHandler, exposeListenerChannel, maxSubscribers, phase, prefetchCount, receiveTimeout, recoveryInterval, shutdownTimeout, taskExecutor, transactionAttribute, transactionManagerMethods inherited from class AmqpPollableMessageChannelSpec
amqpMessageConverter, channelTransacted, defaultDeliveryMode, encoding, extractPayload, headersMappedLast, id, inboundHeaderMapper, messagePropertiesConverter, outboundHeaderMapper, queueName, templateChannelTransactedMethods inherited from class MessageChannelSpec
datatype, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTapMethods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
Constructor Details
-
AmqpPublishSubscribeMessageChannelSpec
-
-
Method Details
-
exchange
- Parameters:
exchange- the exchange.- Returns:
- the spec.
- See Also:
-