クラス MessagingGatewaySpec<S extends MessagingGatewaySpec<S,G>,G extends MessagingGatewaySupport>

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

public abstract class MessagingGatewaySpec<S extends MessagingGatewaySpec<S,G>,G extends MessagingGatewaySupport> extends IntegrationComponentSpec<S,G>
導入:
5.0
作成者:
Artem Bilan