Uses of Enum Class
org.springframework.integration.rsocket.RSocketInteractionModel
Package
Description
Provides common classes for RSocket components.
Provides RSocket Components support for Spring Integration Java DSL.
Provides classes representing inbound RSocket components.
Provides classes representing outbound RSocket components.
-
Uses of RSocketInteractionModel in org.springframework.integration.rsocket
Modifier and TypeMethodDescriptiondefault RSocketInteractionModel[]
IntegrationRSocketEndpoint.getInteractionModels()
ObtainRSocketInteractionModel
s thisReactiveMessageHandler
is going to be mapped onto.static RSocketInteractionModel
Returns the enum constant of this class with the specified name.static RSocketInteractionModel[]
RSocketInteractionModel.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RSocketInteractionModel in org.springframework.integration.rsocket.dsl
Modifier and TypeMethodDescriptionRSocketOutboundGatewaySpec.interactionModel
(RSocketInteractionModel interactionModel) Configure anRSocketInteractionModel
for the RSocket request type.RSocketInboundGatewaySpec.interactionModels
(RSocketInteractionModel... interactionModels) Configure a set ofRSocketInteractionModel
the endpoint is going to be mapped onto. -
Uses of RSocketInteractionModel in org.springframework.integration.rsocket.inbound
Modifier and TypeMethodDescriptionvoid
RSocketInboundGateway.setInteractionModels
(RSocketInteractionModel... interactionModelsArg) Configure a set ofRSocketInteractionModel
this endpoint is mapped onto. -
Uses of RSocketInteractionModel in org.springframework.integration.rsocket.outbound
Modifier and TypeMethodDescriptionvoid
RSocketOutboundGateway.setInteractionModel
(RSocketInteractionModel interactionModel) Configure anRSocketInteractionModel
for the RSocket request type.