类 RSocketServerBootstrap

java.lang.Object
org.springframework.boot.rsocket.context.RSocketServerBootstrap
所有已实现的接口:
Aware, ApplicationEventPublisherAware, Lifecycle, Phased, SmartLifecycle

public class RSocketServerBootstrap extends Object implements ApplicationEventPublisherAware, SmartLifecycle
Bootstrap an RSocketServer and start it with the application context.
从以下版本开始:
2.2.0
作者:
Brian Clozel