UNPKG

@javatypes/amqp-client

Version:
17 lines (16 loc) 484 B
declare namespace com { namespace rabbitmq { namespace client { namespace impl { /** * Exception thrown when {@link WorkPool} enqueueing times out. */ // @ts-ignore class WorkPoolFullException extends java.lang.RuntimeException { // @ts-ignore constructor(msg: java.lang.String | string) } } } } }