Uses of Interface
org.springframework.integration.rsocket.IntegrationRSocketEndpoint
Package
Description
Provides common classes for RSocket components.
Provides classes representing inbound RSocket components.
-
Uses of IntegrationRSocketEndpoint in org.springframework.integration.rsocket
Modifier and TypeMethodDescriptionvoid
AbstractRSocketConnector.addEndpoint
(IntegrationRSocketEndpoint endpoint) Add anIntegrationRSocketEndpoint
for mapping and handling RSocket requests.void
AbstractRSocketConnector.setEndpoints
(IntegrationRSocketEndpoint... endpoints) ConfigureIntegrationRSocketEndpoint
instances for mapping and handling requests. -
Uses of IntegrationRSocketEndpoint in org.springframework.integration.rsocket.inbound
Modifier and TypeClassDescriptionclass
TheMessagingGatewaySupport
implementation for theIntegrationRSocketEndpoint
.