UNPKG

@javatypes/amqp-client

Version:
18 lines (17 loc) 585 B
declare namespace com { namespace rabbitmq { namespace client { namespace impl { /** * Default implementation of {@link com.rabbitmq.client.ExceptionHandler} * used by {@link AMQConnection}. */ // @ts-ignore class DefaultExceptionHandler extends com.rabbitmq.client.impl.StrictExceptionHandler implements com.rabbitmq.client.ExceptionHandler { // @ts-ignore constructor() } } } } }