UNPKG

@javatypes/amqp-client

Version:
26 lines (25 loc) 1.16 kB
declare namespace com { namespace rabbitmq { namespace client { namespace AMQP { namespace Connection { namespace UpdateSecret { // @ts-ignore class Builder extends java.lang.Object { // @ts-ignore constructor() // @ts-ignore public newSecret(newSecret: com.rabbitmq.client.LongString): com.rabbitmq.client.AMQP.Connection.UpdateSecret.Builder // @ts-ignore public newSecret(newSecret: java.lang.String | string): com.rabbitmq.client.AMQP.Connection.UpdateSecret.Builder // @ts-ignore public reason(reason: java.lang.String | string): com.rabbitmq.client.AMQP.Connection.UpdateSecret.Builder // @ts-ignore public build(): com.rabbitmq.client.AMQP.Connection.UpdateSecret } } } } } } }