クラス 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コンストラクターの概要
コンストラクター修飾子コンストラクター説明protectedTcpInboundGatewaySpec(AbstractConnectionFactorySpec<?, ?> connectionFactorySpec) 接続ファクトリ仕様を使用してインスタンスを構築します。protectedTcpInboundGatewaySpec(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インターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
isPauseable
フィールドの詳細
connectionFactory
コンストラクターの詳細
TcpInboundGatewaySpec
既存の spring-managed 接続ファクトリを使用してインスタンスを構築します。- パラメーター:
connectionFactoryBean- spring-managed Bean。
TcpInboundGatewaySpec
接続ファクトリ仕様を使用してインスタンスを構築します。- パラメーター:
connectionFactorySpec- スペック。
メソッドの詳細
clientMode
- パラメーター:
isClientMode- クライアントモードで接続する場合は true- 戻り値:
- スペック。
- 関連事項:
retryInterval
- パラメーター:
retryInterval- 設定するクライアントモードの再試行間隔。- 戻り値:
- スペック。
- 関連事項:
taskScheduler
- パラメーター:
taskScheduler- クライアントモードで接続するためのスケジューラ。- 戻り値:
- スペック。
- 関連事項:
getComponentsToRegister
- 次で指定:
- インターフェース
ComponentsRegistrationのgetComponentsToRegister