类 RSocketServerInitializedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
所有已实现的接口:
Serializable

public class RSocketServerInitializedEvent extends ApplicationEvent
Event to be published after the application context is refreshed and the RSocketServer is ready. Useful for obtaining the local port of a running server.
从以下版本开始:
2.2.0
作者:
Brian Clozel
另请参阅: