クラス EndpointSpec<S extends EndpointSpec<S,F,H>,F extends BeanNameAware & FactoryBean<? extends AbstractEndpoint>,H>

java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec <S、reactor.util.function.Tuple2<F、H>>
org.springframework.integration.dsl.EndpointSpec<S,F,H>
型パラメーター:
S - ターゲット ConsumerEndpointSpec 実装型。
F - ターゲット BeanNameAware 実装型。
H - ターゲット MessageHandler 実装型。
実装されたすべてのインターフェース:
DisposableBeanFactoryBean<reactor.util.function.Tuple2<F,H>>InitializingBeanLifecyclePhasedSmartLifecycleComponentsRegistration
既知の直属サブクラス
ConsumerEndpointSpecSourcePollingChannelAdapterSpec

public abstract class EndpointSpec<S extends EndpointSpec<S,F,H>,F extends BeanNameAware & FactoryBean<? extends AbstractEndpoint>,H> extends IntegrationComponentSpec<S,reactor.util.function.Tuple2<F,H>> implements ComponentsRegistration
エンドポイントの IntegrationComponentSpec
導入:
5.0
作成者:
Artem Bilan, Gary Russell