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