Interface Mqtt3ClientConnectionConfig.RestrictionsForClient

Enclosing interface:
Mqtt3ClientConnectionConfig

@DoNotImplement public static interface Mqtt3ClientConnectionConfig.RestrictionsForClient
Restrictions for messages a Mqtt3Client sends.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the maximum amount of not acknowledged publishes with QoS 1 or 2 the client sends to the server concurrently.
  • Method Details

    • getSendMaximum

      int getSendMaximum()
      Returns the maximum amount of not acknowledged publishes with QoS 1 or 2 the client sends to the server concurrently.
      Returns:
      the maximum amount of not acknowledged publishes with QoS 1 or 2 the client sends to the server concurrently.