クラス RSocketInboundGatewaySpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<RSocketInboundGatewaySpec,RSocketInboundGateway>
org.springframework.integration.dsl.MessagingGatewaySpec<RSocketInboundGatewaySpec,RSocketInboundGateway>
org.springframework.integration.rsocket.dsl.RSocketInboundGatewaySpec
- 実装されたすべてのインターフェース:
DisposableBean
、FactoryBean<RSocketInboundGateway>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
public class RSocketInboundGatewaySpec
extends MessagingGatewaySpec<RSocketInboundGatewaySpec,RSocketInboundGateway>
- 導入:
- 5.2
- 作成者:
- Artem Bilan
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明decodeFluxAsUnit
(boolean decodeFluxAsUnit) 受信Flux
を単一ユニットまたは各イベントとして個別にデコードするオプションを構成します。interactionModels
(RSocketInteractionModel... interactionModels) エンドポイントがマップされるRSocketInteractionModel
のセットを構成します。requestElementType
(ResolvableType requestElementType) 受信 RSocket リクエストコンテンツがコンバーター / エンコーダーによって読み取られるときに生成されるペイロードの型を指定します。rsocketConnector
(AbstractRSocketConnector rsocketConnector) 明示的なエンドポイントマッピング用のAbstractRSocketConnector
参照を提供します。rsocketStrategies
(RSocketStrategies rsocketStrategies) デフォルトのRSocketStrategies
の代わりにRSocketStrategies
を構成します。クラス 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
コンストラクターの詳細
RSocketInboundGatewaySpec
メソッドの詳細
interactionModels
エンドポイントがマップされるRSocketInteractionModel
のセットを構成します。- パラメーター:
interactionModels
- マッピング用のRSocketInteractionModel
。- 戻り値:
- スペック。
- 導入:
- 5.2.2
- 関連事項:
rsocketStrategies
デフォルトのRSocketStrategies
の代わりにRSocketStrategies
を構成します。- パラメーター:
rsocketStrategies
- 使用するRSocketStrategies
。- 戻り値:
- スペック
- 関連事項:
rsocketConnector
明示的なエンドポイントマッピング用のAbstractRSocketConnector
参照を提供します。- パラメーター:
rsocketConnector
- 使用するAbstractRSocketConnector
。- 戻り値:
- スペック
- 関連事項:
requestElementType
受信 RSocket リクエストコンテンツがコンバーター / エンコーダーによって読み取られるときに生成されるペイロードの型を指定します。- パラメーター:
requestElementType
- ペイロード型。- 戻り値:
- スペック
- 関連事項:
decodeFluxAsUnit
受信Flux
を単一ユニットまたは各イベントとして個別にデコードするオプションを構成します。- パラメーター:
decodeFluxAsUnit
- 受信Flux
を単一ユニットまたは各イベントとして個別にデコードします。- 戻り値:
- スペック
- 導入:
- 5.3
- 関連事項: