| 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.annotation.support | Support classes for working with annotated RSocket stream handling methods. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MessageMappingMessageHandlerExtension of  AbstractMethodMessageHandlerfor reactive, non-blocking
 handling of messages via@MessageMappingmethods. | 
| 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  | RSocketMessageHandlerExtension of  MessageMappingMessageHandlerfor handling RSocket
 requests with@ConnectMappingand@MessageMappingmethods. |