@javatypes/amqp-client
Version:
java amqp-client types
24 lines (23 loc) • 876 B
TypeScript
declare namespace com {
namespace rabbitmq {
namespace client {
namespace AMQP {
namespace Channel {
namespace FlowOk {
// @ts-ignore
class Builder extends java.lang.Object {
// @ts-ignore
constructor()
// @ts-ignore
public active(active: boolean): com.rabbitmq.client.AMQP.Channel.FlowOk.Builder
// @ts-ignore
public active(): com.rabbitmq.client.AMQP.Channel.FlowOk.Builder
// @ts-ignore
public build(): com.rabbitmq.client.AMQP.Channel.FlowOk
}
}
}
}
}
}
}