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 org.springframework.context.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
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAccess theRSocketServer.Access the source of the event (anRSocketServer).Methods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
RSocketServerInitializedEvent
 
- 
- 
Method Details- 
getServerAccess theRSocketServer.- Returns:
- the embedded RSocket server
 
- 
getSourceAccess the source of the event (anRSocketServer).- Overrides:
- getSourcein class- EventObject
- Returns:
- the embedded web server
 
 
-