CourierConfiguration class
Constructors
- CourierConfiguration({required AuthRetryPolicy authRetryPolicy, bool timerPingSenderEnabled = true, int activityCheckIntervalSeconds = 12, int inactivityTimeoutSeconds = 10, int readTimeoutSeconds = 40, int disconnectDelaySeconds = 0, ConnectRetryPolicyConfig connectRetryPolicyConfig = const ConnectRetryPolicyConfig(), ConnectTimeoutConfig connectTimeoutConfig = const ConnectTimeoutConfig(), bool enableMQTTChuck = false})
Properties
- activityCheckIntervalSeconds → int
-
final
- authRetryPolicy → AuthRetryPolicy
-
final
- connectRetryPolicyConfig → ConnectRetryPolicyConfig
-
final
- connectTimeoutConfig → ConnectTimeoutConfig
-
final
- disconnectDelaySeconds → int
-
final
- enableMQTTChuck → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inactivityTimeoutSeconds → int
-
final
- readTimeoutSeconds → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timerPingSenderEnabled → bool
-
final
Methods
-
convertToMap(
) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited