vertx / io.vertx.core.eventbus / EventBus / unregisterDefaultCodec

unregisterDefaultCodec

abstract fun unregisterDefaultCodec(clazz: Class<Any>): EventBus

Unregister a default message codec.

Parameters

clazz - the class for which the codec was registered

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