public class RSocketServerInitializedEvent extends ApplicationEvent
RSocketServer
is ready. Useful for obtaining the local port of a running
server.source
Constructor and Description |
---|
RSocketServerInitializedEvent(RSocketServer server) |
Modifier and Type | Method and Description |
---|---|
RSocketServer |
getServer()
Access the
RSocketServer . |
RSocketServer |
getSource()
Access the source of the event (an
RSocketServer ). |
getTimestamp
toString
public RSocketServerInitializedEvent(RSocketServer server)
public RSocketServer getServer()
RSocketServer
.public RSocketServer getSource()
RSocketServer
).getSource
in class EventObject