| Package | Description |
|---|---|
| org.springframework.messaging.handler.annotation.reactive |
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
|
| org.springframework.messaging.handler.invocation.reactive |
Common infrastructure for invoking message handler methods with non-blocking,
and reactive contracts.
|
| org.springframework.messaging.rsocket |
Support for the RSocket protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageMappingMessageHandler
Extension of
AbstractMethodMessageHandler for reactive, non-blocking
handling of messages via @MessageMapping methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMethodMessageHandler<T>
Abstract base class for reactive HandlerMethod-based message handling.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageHandlerAcceptor
Extension of
RSocketMessageHandler that can be plugged directly into
RSocket to receive connections either on the
client or on the
server
side. |
class |
RSocketMessageHandler
RSocket-specific extension of
MessageMappingMessageHandler. |