vertx / io.vertx.ext.eventbus.bridge.tcp / TcpEventBusBridge / close

close

abstract fun close(handler: Handler<AsyncResult<Void>>): Unit

Close the current socket.

Parameters

handler - the result handler

abstract fun close(): Unit

Close the current socket.