Class MessageChannelSpec<S extends MessageChannelSpec<S,C>,C extends AbstractMessageChannel>  
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
 
org.springframework.integration.dsl.MessageChannelSpec<S,C> 
- Type Parameters:
- S- the target- MessageChannelSpecimplementation type.
- C- the target- AbstractMessageChannelimplementation type.
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<C>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle,- ComponentsRegistration
- Direct Known Subclasses:
- AbstractKafkaChannelSpec,- AmqpPollableMessageChannelSpec,- FluxMessageChannelSpec,- JmsPollableMessageChannelSpec,- LoadBalancingChannelSpec,- PriorityChannelSpec,- PublishSubscribeChannelSpec,- QueueChannelSpec,- RendezvousChannelSpec,- ZeroMqChannelSpec
public abstract class MessageChannelSpec<S extends MessageChannelSpec<S,C>,C extends AbstractMessageChannel>  
extends IntegrationComponentSpec<S,C>
implements ComponentsRegistration 
- Since:
- 5.0
- Author:
- Artem Bilan
- 
Field SummaryFieldsFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected CdoGet()interceptor(ChannelInterceptor... interceptorArray) messageConverter(MessageConverter converter) Populate theWire TapEI Pattern specificChannelInterceptorimplementation.wireTap(WireTapSpec wireTapSpec) Populate theWire TapEI Pattern specificChannelInterceptorimplementation.wireTap(MessageChannel wireTapChannel) Populate theWire TapEI Pattern specificChannelInterceptorimplementation.Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Field Details- 
channel
 
- 
- 
Constructor Details- 
MessageChannelSpecprotected MessageChannelSpec()
 
- 
- 
Method Details- 
datatype
- 
interceptor
- 
wireTapPopulate theWire TapEI Pattern specificChannelInterceptorimplementation.- Parameters:
- wireTapChannel- the- MessageChannelbean name to wire-tap.
- Returns:
- the current MessageChannelSpec.
- See Also:
 
- 
wireTapPopulate theWire TapEI Pattern specificChannelInterceptorimplementation.- Parameters:
- wireTapChannel- the- MessageChannelinstance to wire-tap.
- Returns:
- the current MessageChannelSpec.
- See Also:
 
- 
wireTapPopulate theWire TapEI Pattern specificChannelInterceptorimplementation.- Parameters:
- wireTapSpec- the- WireTapSpecto build- WireTapinstance.
- Returns:
- the current MessageChannelSpec.
- See Also:
 
- 
messageConverter
- 
getComponentsToRegister- Specified by:
- getComponentsToRegisterin interface- ComponentsRegistration
 
- 
doGet- Overrides:
- doGetin class- IntegrationComponentSpec<S extends MessageChannelSpec<S,- C>, - C extends AbstractMessageChannel> 
 
 
-