Interface ConsumerInfoable

A JetStream interface that allows you to request the ConsumerInfo on the backing object.

interface ConsumerInfoable {
    consumerInfo(): Promise<ConsumerInfo>;
}

Methods

Methods

  • The consumer info for the consumer

    Returns Promise<ConsumerInfo>