Type alias ThresholdBytes

ThresholdBytes: {
    threshold_bytes: number;
}

Type declaration

  • threshold_bytes: number

    Threshold bytes on which the client wil auto-trigger additional message requests from the server. This is only applicable to consume.

    Default

    75% of MaxBytes.

Generated using TypeDoc