クラス MessageChannelSpec<S extends MessageChannelSpec<S,C>,C extends AbstractMessageChannel>

java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
org.springframework.integration.dsl.MessageChannelSpec<S,C>
型パラメーター:
S - ターゲット MessageChannelSpec 実装型。
C - ターゲット AbstractMessageChannel 実装型。
実装されたすべてのインターフェース:
DisposableBeanFactoryBean<C>InitializingBeanLifecyclePhasedSmartLifecycleComponentsRegistration
既知の直属サブクラス
AbstractKafkaChannelSpecAmqpPollableMessageChannelSpecFluxMessageChannelSpecJmsPollableMessageChannelSpecLoadBalancingChannelSpecPriorityChannelSpecPublishSubscribeChannelSpecQueueChannelSpecRendezvousChannelSpecZeroMqChannelSpec

public abstract class MessageChannelSpec<S extends MessageChannelSpec<S,C>,C extends AbstractMessageChannel> extends IntegrationComponentSpec<S,C> implements ComponentsRegistration
導入:
5.0
作成者:
Artem Bilan