vertx / io.vertx.core.spi.metrics / TCPMetrics / disconnected

disconnected

abstract fun disconnected(socketMetric: S, remoteAddress: SocketAddress): Unit

Called when a client has disconnected, which is applicable for TCP connections.

Parameters

socketMetric - the socket metric

remoteAddress - the remote address of the client