Class RSocketServerBootstrap

java.lang.Object
org.springframework.boot.rsocket.context.RSocketServerBootstrap
All Implemented Interfaces:
Aware, ApplicationEventPublisherAware, Lifecycle, Phased, SmartLifecycle

public class RSocketServerBootstrap extends Object implements ApplicationEventPublisherAware, SmartLifecycle
Bootstrap an RSocketServer and start it with the application context.
Since:
2.2.0
Author:
Brian Clozel