Interface IntegrationRSocketEndpoint

All Superinterfaces:
ReactiveMessageHandler
All Known Implementing Classes:
RSocketInboundGateway

public interface IntegrationRSocketEndpoint extends ReactiveMessageHandler
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: