Package org.springframework.integration.rsocket
Provides common classes for RSocket components.
-
Interface Summary Interface Description IntegrationRSocketEndpoint A markerReactiveMessageHandler
extension interface for Spring Integration inbound endpoints. -
Class Summary Class Description AbstractRSocketConnector A base connector container for common RSocket client and server functionality.ClientRSocketConnector A clientAbstractRSocketConnector
extension to the RSocket connection.RSocketConnectedEvent AnIntegrationEvent
to indicate thatRSocket
from the client is connected to the server.ServerRSocketConnector A serverAbstractRSocketConnector
extension to accept and manage client RSocket connections.ServerRSocketMessageHandler AnIntegrationRSocketMessageHandler
extension for RSocket service side. -
Enum Summary Enum Description RSocketInteractionModel The RSocket protocol interaction models.