Files
spring-integration/spring-integration-mqtt/src
Gary Russell 07141302bb INT-4463: Full access to MqttConnectOptions
JIRA: https://jira.spring.io/browse/INT-4463

Certain options, such as `maxInFlight` were not exposed.

Deprecate the setters on the factory and allow the user to inject a pre-configured
`MqttConnectOptions`, thus making all (and any new) properties available to be
configured.
2018-05-07 12:39:15 -04:00
..