vertx / io.vertx.core.eventbus / EventBus / close

close

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

Close the event bus and release any resources held. This would not normally be called in user code

Parameters

completionHandler - may be null