vertx / io.vertx.core.eventbus / EventBus / removeInterceptor

removeInterceptor

abstract fun removeInterceptor(interceptor: Handler<SendContext<Any>>): EventBus

Remove an interceptor

Parameters

interceptor - the interceptor

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