abstract fun unregisterDefaultCodec(clazz: Class<Any>): EventBus
Unregister a default message codec.
clazz - the class for which the codec was registered
clazz
Return a reference to this, so the API can be used fluently