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.Confirm.Select.d.ts
16 lines
(15 loc)
•
404 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
Confirm
{
// @ts-ignore
interface
Select
extends
com.rabbitmq.client.
Method
{
// @ts-ignore
getNowait
():
boolean
} } } } } }