public interface IntegrationRSocketEndpoint extends ReactiveMessageHandler
ReactiveMessageHandler
extension interface for Spring Integration
inbound endpoints.
It is used as mapping predicate in the internal RSocket acceptor of the
AbstractRSocketConnector
.AbstractRSocketConnector
,
RSocketInboundGateway
Modifier and Type | Method and Description |
---|---|
String[] |
getPath()
Obtain path patterns this
ReactiveMessageHandler is going to be mapped onto. |
handleMessage
String[] getPath()
ReactiveMessageHandler
is going to be mapped onto.