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.rsocketSubclasses of AbstractRSocketConnector in org.springframework.integration.rsocketModifier and TypeClassDescriptionclassA clientAbstractRSocketConnectorextension to the RSocket connection.classA serverAbstractRSocketConnectorextension to accept and manage client RSocket connections.
- 
Uses of AbstractRSocketConnector in org.springframework.integration.rsocket.dslMethods in org.springframework.integration.rsocket.dsl with parameters of type AbstractRSocketConnectorModifier and TypeMethodDescriptionRSocketInboundGatewaySpec.rsocketConnector(AbstractRSocketConnector rsocketConnector) Provide anAbstractRSocketConnectorreference for an explicit endpoint mapping.
- 
Uses of AbstractRSocketConnector in org.springframework.integration.rsocket.inboundMethods in org.springframework.integration.rsocket.inbound with parameters of type AbstractRSocketConnectorModifier and TypeMethodDescriptionvoidRSocketInboundGateway.setRSocketConnector(AbstractRSocketConnector rsocketConnector) Provide anAbstractRSocketConnectorreference for an explicit endpoint mapping.