All Classes
| Class | Description |
|---|---|
| AbstractRSocketConnector |
A base connector container for common RSocket client and server functionality.
|
| ClientRSocketConnector |
A client
AbstractRSocketConnector extension to the RSocket connection. |
| IntegrationRSocketEndpoint |
A marker
ReactiveMessageHandler extension interface for Spring Integration
inbound endpoints. |
| RSocketConnectedEvent |
An
IntegrationEvent to indicate that RSocket from the client is connected
to the server. |
| RSocketInboundGateway |
The
MessagingGatewaySupport implementation for the IntegrationRSocketEndpoint. |
| RSocketInboundGatewayParser |
Parser for the <inbound-gateway/> element of the 'rsocket' namespace.
|
| RSocketInboundGatewaySpec |
The
MessagingGatewaySpec implementation for the RSocketInboundGateway. |
| RSocketInteractionModel |
The RSocket protocol interaction models.
|
| RSocketNamespaceHandler |
Namespace handler for Spring Integration XML configuration for RSocket support.
|
| RSocketOutboundGateway |
An Outbound Messaging Gateway for RSocket requests.
|
| RSocketOutboundGatewayParser |
Parser for the 'outbound-gateway' element of the rsocket namespace.
|
| RSocketOutboundGatewaySpec |
The
MessageHandlerSpec implementation for the RSocketOutboundGateway. |
| RSockets |
The RSocket components Factory.
|
| ServerRSocketConnector |
A server
AbstractRSocketConnector extension to accept and manage client RSocket connections. |
| ServerRSocketMessageHandler |
An
IntegrationRSocketMessageHandler extension for RSocket service side. |