vertx / io.vertx.ext.stomp / StompClientConnection / exceptionHandler

exceptionHandler

abstract fun exceptionHandler(exceptionHandler: Handler<Throwable>): StompClientConnection

Configures the exception handler notified upon TCP-level errors.

Parameters

exceptionHandler - the handler

Return
the current StompClientConnection