Uses of Class
org.springframework.integration.rsocket.dsl.RSocketInboundGatewaySpec
Package
Description
Provides RSocket Components support for Spring Integration Java DSL.
-
Uses of RSocketInboundGatewaySpec in org.springframework.integration.rsocket.dsl
Modifier and TypeMethodDescriptionRSocketInboundGatewaySpec.decodeFluxAsUnit
(boolean decodeFluxAsUnit) Configure an option to decode an incomingFlux
as a single unit or each its event separately.static RSocketInboundGatewaySpec
RSockets.inboundGateway
(String... path) Create anRSocketInboundGatewaySpec
builder for request-reply reactive gateway based on the providedpath
array for mapping.RSocketInboundGatewaySpec.interactionModels
(RSocketInteractionModel... interactionModels) Configure a set ofRSocketInteractionModel
the endpoint is going to be mapped onto.RSocketInboundGatewaySpec.requestElementType
(ResolvableType requestElementType) Specify a type of payload to be generated when the inbound RSocket request content is read by the converters/encoders.RSocketInboundGatewaySpec.rsocketConnector
(AbstractRSocketConnector rsocketConnector) Provide anAbstractRSocketConnector
reference for an explicit endpoint mapping.RSocketInboundGatewaySpec.rsocketStrategies
(RSocketStrategies rsocketStrategies) Configure anRSocketStrategies
instead of a default one.