Since: 1.13.0

final class ServerHeartbeatSucceededEvent (View source)

Methods

int
getDurationMicros()

Returns the heartbeat's duration in microseconds

object
getReply()

Returns the heartbeat reply document

int
getPort()

Returns the port on which this server is listening

string
getHost()

Returns the hostname of the server

bool
isAwaited()

Returns whether the heartbeat used a streaming protocol

void
__wakeup()

No description

Details

final int getDurationMicros()

Returns the heartbeat's duration in microseconds

Return Value

int

final object getReply()

Returns the heartbeat reply document

Return Value

object

final int getPort()

Returns the port on which this server is listening

Return Value

int

final string getHost()

Returns the hostname of the server

Return Value

string

final bool isAwaited()

Returns whether the heartbeat used a streaming protocol

Return Value

bool

final void __wakeup()

No description

Return Value

void