クラス 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
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明decodeFluxAsUnit(boolean decodeFluxAsUnit) 受信Fluxを単一ユニットまたは各イベントとして個別にデコードするオプションを構成します。interactionModels(RSocketInteractionModel... interactionModels) エンドポイントがマップされるRSocketInteractionModelのセットを構成します。requestElementType(ResolvableType requestElementType) 受信 RSocket リクエストコンテンツがコンバーター / エンコーダーによって読み取られるときに生成されるペイロードの型を指定します。rsocketConnector(AbstractRSocketConnector rsocketConnector) 明示的なエンドポイントマッピング用のAbstractRSocketConnector参照を提供します。rsocketStrategies(RSocketStrategies rsocketStrategies) デフォルトのRSocketStrategiesの代わりにRSocketStrategiesを構成します。クラス 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
コンストラクターの詳細
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
- 関連事項: