@javatypes/amqp-client
Version:
java amqp-client types
18 lines (17 loc) • 585 B
TypeScript
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()
}
}
}
}
}