Uses of Enum Class
org.springframework.integration.rsocket.RSocketInteractionModel
Packages that use 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
Methods in org.springframework.integration.rsocket that return RSocketInteractionModelModifier 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
Methods in org.springframework.integration.rsocket.dsl with parameters of type RSocketInteractionModelModifier 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
Methods in org.springframework.integration.rsocket.inbound that return RSocketInteractionModelMethods in org.springframework.integration.rsocket.inbound with parameters of type RSocketInteractionModelModifier and TypeMethodDescriptionvoid
RSocketInboundGateway.setInteractionModels
(RSocketInteractionModel... interactionModelsArg) Configure a set ofRSocketInteractionModel
this endpoint is mapped onto. -
Uses of RSocketInteractionModel in org.springframework.integration.rsocket.outbound
Methods in org.springframework.integration.rsocket.outbound with parameters of type RSocketInteractionModelModifier and TypeMethodDescriptionvoid
RSocketOutboundGateway.setInteractionModel
(RSocketInteractionModel interactionModel) Configure anRSocketInteractionModel
for the RSocket request type.