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.Connection.OpenOk.d.ts
16 lines
(15 loc)
•
410 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
Connection
{
// @ts-ignore
interface
OpenOk
extends
com.rabbitmq.client.
Method
{
// @ts-ignore
getKnownHosts
():
string
} } } } } }