Class AbstractRSocketConnector

java.lang.Object
org.springframework.integration.rsocket.AbstractRSocketConnector
All Implemented Interfaces:
Aware, DisposableBean, InitializingBean, SmartInitializingSingleton, ApplicationContextAware, Lifecycle, Phased, SmartLifecycle
Direct Known Subclasses:
ClientRSocketConnector, ServerRSocketConnector

public abstract class AbstractRSocketConnector extends Object implements ApplicationContextAware, InitializingBean, DisposableBean, SmartInitializingSingleton, SmartLifecycle
A base connector container for common RSocket client and server functionality.

It accepts IntegrationRSocketEndpoint instances for mapping registration via an internal IntegrationRSocketMessageHandler or performs an auto-detection otherwise, when all beans are ready in the application context.

Since:
5.2
Author:
Artem Bilan
See Also:
  • IntegrationRSocketMessageHandler