クラス 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 実装型。
実装済みのインターフェース一覧:
DisposableBean, FactoryBean<C>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
既知の直属サブクラス
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
導入:
5.0
作成者:
Artem Bilan