クラス TcpInboundGatewaySpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<TcpInboundGatewaySpec,TcpInboundGateway>
org.springframework.integration.dsl.MessagingGatewaySpec<TcpInboundGatewaySpec,TcpInboundGateway>
org.springframework.integration.ip.dsl.TcpInboundGatewaySpec
- 実装されたすべてのインターフェース:
DisposableBean
、FactoryBean<TcpInboundGateway>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
、ComponentsRegistration
public class TcpInboundGatewaySpec
extends MessagingGatewaySpec<TcpInboundGatewaySpec,TcpInboundGateway>
implements ComponentsRegistration
- 導入:
- 5.0
- 作成者:
- Gary Russell, Artem Bilan
フィールドのサマリー
フィールドクラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクター修飾子コンストラクター説明protected
TcpInboundGatewaySpec
(AbstractConnectionFactorySpec<?, ?> connectionFactorySpec) 接続ファクトリ仕様を使用してインスタンスを構築します。protected
TcpInboundGatewaySpec
(AbstractConnectionFactory connectionFactoryBean) 既存の spring-managed 接続ファクトリを使用してインスタンスを構築します。メソッドのサマリー
修飾子と型メソッド説明clientMode
(boolean isClientMode) retryInterval
(long retryInterval) taskScheduler
(TaskScheduler taskScheduler) クラス org.springframework.integration.dsl.MessagingGatewaySpec から継承されたメソッド
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrack
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingleton
フィールドの詳細
connectionFactory
コンストラクターの詳細
TcpInboundGatewaySpec
既存の spring-managed 接続ファクトリを使用してインスタンスを構築します。- パラメーター:
connectionFactoryBean
- spring-managed Bean。
TcpInboundGatewaySpec
接続ファクトリ仕様を使用してインスタンスを構築します。- パラメーター:
connectionFactorySpec
- スペック。
メソッドの詳細
clientMode
- パラメーター:
isClientMode
- クライアントモードで接続する場合は true- 戻り値:
- スペック。
- 関連事項:
retryInterval
- パラメーター:
retryInterval
- 設定するクライアントモードの再試行間隔。- 戻り値:
- スペック。
- 関連事項:
taskScheduler
- パラメーター:
taskScheduler
- クライアントモードで接続するためのスケジューラ。- 戻り値:
- スペック。
- 関連事項:
getComponentsToRegister
- 次で指定:
- インターフェース
ComponentsRegistration
のgetComponentsToRegister