UNPKG
@javatypes/amqp-client
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
java amqp-client types
github.com/circlecloud/javatypes
circlecloud/javatypes
@javatypes/amqp-client
/
dist
/
com.rabbitmq.client.RecoverableChannel.d.ts
14 lines
(13 loc)
•
387 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare
namespace
com
{
namespace
rabbitmq
{
namespace
client
{
/** * Convenient interface when working against auto-recovery channels. *
@since
4.0.0 */
// @ts-ignore
interface
RecoverableChannel
extends
com.rabbitmq.client.
Recoverable
, com.rabbitmq.client.
Channel
{ } } } }