Interface IntegrationRSocketEndpoint
- All Superinterfaces:
- ReactiveMessageHandler
- All Known Implementing Classes:
- RSocketInboundGateway
A marker 
ReactiveMessageHandler extension interface for Spring Integration
 inbound endpoints.
 It is used as mapping predicate in the internal RSocket acceptor of the
 AbstractRSocketConnector.- Since:
- 5.2
- Author:
- Artem Bilan
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiondefault RSocketInteractionModel[]ObtainRSocketInteractionModels thisReactiveMessageHandleris going to be mapped onto.String[]getPath()Obtain path patterns thisReactiveMessageHandleris going to be mapped onto.Methods inherited from interface org.springframework.messaging.ReactiveMessageHandlerhandleMessage
- 
Method Details- 
getPathString[] getPath()Obtain path patterns thisReactiveMessageHandleris going to be mapped onto.- Returns:
- the path patterns for mapping.
 
- 
getInteractionModelsObtainRSocketInteractionModels thisReactiveMessageHandleris going to be mapped onto. Defaults to all theRSocketInteractionModels.- Returns:
- the interaction models for mapping.
- Since:
- 5.2.2
 
 
-