vertx / io.vertx.core.eventbus / EventBus / unregisterCodec

unregisterCodec

abstract fun unregisterCodec(name: String): EventBus

Unregister a message codec.

Parameters

name - the name of the codec

Return
a reference to this, so the API can be used fluently