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 |
---|---|
default RSocketInteractionModel[] |
getInteractionModels()
Obtain
RSocketInteractionModel s
this ReactiveMessageHandler is going to be mapped onto. |
String[] |
getPath()
Obtain path patterns this
ReactiveMessageHandler is going to be mapped onto. |
handleMessage
String[] getPath()
ReactiveMessageHandler
is going to be mapped onto.default RSocketInteractionModel[] getInteractionModels()
RSocketInteractionModel
s
this ReactiveMessageHandler
is going to be mapped onto.
Defaults to all the RSocketInteractionModel
s.