Class RSocketServerInitializedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
All Implemented Interfaces:
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.
Since:
2.2.0
Author:
Brian Clozel
See Also: