@javatypes/amqp-client
Version:
java amqp-client types
22 lines (21 loc) • 750 B
TypeScript
declare namespace com {
namespace rabbitmq {
namespace client {
namespace AMQP {
namespace Connection {
// @ts-ignore
interface StartOk extends com.rabbitmq.client.Method {
// @ts-ignore
getClientProperties(): java.util.Map<java.lang.String | string, java.lang.Object | any>
// @ts-ignore
getMechanism(): string
// @ts-ignore
getResponse(): com.rabbitmq.client.LongString
// @ts-ignore
getLocale(): string
}
}
}
}
}
}