类 RSocketServerInitializedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
- 所有已实现的接口:
Serializable
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
- 另请参阅:
-
字段概要
从类继承的字段 java.util.EventObject
source
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.springframework.context.ApplicationEvent
getTimestamp
从类继承的方法 java.util.EventObject
toString
-
构造器详细资料
-
RSocketServerInitializedEvent
-
-
方法详细资料
-
getServer
Access theRSocketServer
.- 返回:
- the embedded RSocket server
-
getSource
Access the source of the event (anRSocketServer
).- 覆盖:
getSource
在类中EventObject
- 返回:
- the embedded web server
-