Uses of Class
org.springframework.integration.rsocket.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
Modifier 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
Modifier and TypeMethodDescriptionRSocketInboundGatewaySpec.rsocketConnector
(AbstractRSocketConnector rsocketConnector) Provide anAbstractRSocketConnector
reference for an explicit endpoint mapping. -
Uses of AbstractRSocketConnector in org.springframework.integration.rsocket.inbound
Modifier and TypeMethodDescriptionvoid
RSocketInboundGateway.setRSocketConnector
(AbstractRSocketConnector rsocketConnector) Provide anAbstractRSocketConnector
reference for an explicit endpoint mapping.