Package com.hivemq.client.mqtt.mqtt3
Interface Mqtt3ClientConnectionConfig.RestrictionsForClient
- Enclosing interface:
Mqtt3ClientConnectionConfig
Restrictions for messages a
Mqtt3Client sends.-
Method Summary
Modifier and TypeMethodDescriptionintReturns 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.
-