RSocketServerInitializedEvent

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.

Author

Brian Clozel

Since

2.2.0

Constructors

Link copied to clipboard
constructor(server: RSocketServer)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Access the RSocketServer.
Link copied to clipboard
Access the source of the event (an RSocketServer).
Link copied to clipboard
open fun toString(): String