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.AMQP.Basic.RecoverAsync.d.ts
16 lines
(15 loc)
•
409 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
declare
namespace
com
{
namespace
rabbitmq
{
namespace
client
{
namespace
AMQP
{
namespace
Basic
{
// @ts-ignore
interface
RecoverAsync
extends
com.rabbitmq.client.
Method
{
// @ts-ignore
getRequeue
():
boolean
} } } } } }