Class ServerRSocketConnector

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

public class ServerRSocketConnector
extends AbstractRSocketConnector
implements ApplicationEventPublisherAware
A server AbstractRSocketConnector extension to accept and manage client RSocket connections.
Since:
5.2
Author:
Artem Bilan
See Also:
RSocketConnector