@javatypes/amqp-client
Version:
java amqp-client types
24 lines (23 loc) • 960 B
TypeScript
declare namespace com {
namespace rabbitmq {
namespace client {
namespace AMQP {
namespace Connection {
namespace SecureOk {
// @ts-ignore
class Builder extends java.lang.Object {
// @ts-ignore
constructor()
// @ts-ignore
public response(response: com.rabbitmq.client.LongString): com.rabbitmq.client.AMQP.Connection.SecureOk.Builder
// @ts-ignore
public response(response: java.lang.String | string): com.rabbitmq.client.AMQP.Connection.SecureOk.Builder
// @ts-ignore
public build(): com.rabbitmq.client.AMQP.Connection.SecureOk
}
}
}
}
}
}
}