クラス 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
フィールド概要
フィールドクラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター修飾子コンストラクター説明protectedTcpInboundGatewaySpec(AbstractConnectionFactorySpec<?, ?> connectionFactorySpec) 接続ファクトリ仕様を使用してインスタンスを構築します。protectedTcpInboundGatewaySpec(AbstractConnectionFactory connectionFactoryBean) 既存の spring-managed 接続ファクトリを使用してインスタンスを構築します。方法の概要
修飾子と型メソッド説明clientMode(boolean isClientMode) retryInterval(long retryInterval) taskScheduler(TaskScheduler taskScheduler) クラス MessagingGatewaySpec から継承されたメソッド
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackクラス IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース FactoryBean から継承されたメソッド
isSingletonインターフェース SmartLifecycle から継承されたメソッド
isPauseable
フィールドの詳細
connectionFactory
コンストラクターの詳細
TcpInboundGatewaySpec
既存の spring-managed 接続ファクトリを使用してインスタンスを構築します。- パラメーター:
connectionFactoryBean- spring-managed Bean。
TcpInboundGatewaySpec
接続ファクトリ仕様を使用してインスタンスを構築します。- パラメーター:
connectionFactorySpec- スペック。
方法の詳細
clientMode
- パラメーター:
isClientMode- クライアントモードで接続する場合は true- 戻り値:
- スペック。
- 関連事項:
retryInterval
- パラメーター:
retryInterval- 設定するクライアントモードの再試行間隔。- 戻り値:
- スペック。
- 関連事項:
taskScheduler
- パラメーター:
taskScheduler- クライアントモードで接続するためのスケジューラ。- 戻り値:
- スペック。
- 関連事項:
getComponentsToRegister
- 次で指定:
- インターフェース
ComponentsRegistration内のgetComponentsToRegister