Uses of Class
org.springframework.integration.rsocket.AbstractRSocketConnector
Packages that use AbstractRSocketConnector
Package
Description
Provides common classes for RSocket components.
Provides RSocket Components support for Spring Integration Java DSL.
Provides classes representing inbound RSocket components.
-
Uses of AbstractRSocketConnector in org.springframework.integration.rsocket
Subclasses of AbstractRSocketConnector in org.springframework.integration.rsocketModifier and TypeClassDescriptionclass
A clientAbstractRSocketConnector
extension to the RSocket connection.class
A serverAbstractRSocketConnector
extension to accept and manage client RSocket connections. -
Uses of AbstractRSocketConnector in org.springframework.integration.rsocket.dsl
Methods in org.springframework.integration.rsocket.dsl with parameters of type AbstractRSocketConnectorModifier and TypeMethodDescriptionRSocketInboundGatewaySpec.rsocketConnector
(AbstractRSocketConnector rsocketConnector) Provide anAbstractRSocketConnector
reference for an explicit endpoint mapping. -
Uses of AbstractRSocketConnector in org.springframework.integration.rsocket.inbound
Methods in org.springframework.integration.rsocket.inbound with parameters of type AbstractRSocketConnectorModifier and TypeMethodDescriptionvoid
RSocketInboundGateway.setRSocketConnector
(AbstractRSocketConnector rsocketConnector) Provide anAbstractRSocketConnector
reference for an explicit endpoint mapping.