Package de.smartsquare.starter.mqtt
Interface Mqtt3ClientConfigurer
-
- All Implemented Interfaces:
public interface Mqtt3ClientConfigurerInterface to enable more advanced configuration for the Mqtt3ClientBuilder than what is possible with the properties.
-
-
Method Summary
Modifier and Type Method Description abstract Unitconfigure(Mqtt3ClientBuilder builder)To be implemented by consumers. -
-
Method Detail
-
configure
abstract Unit configure(Mqtt3ClientBuilder builder)
To be implemented by consumers. Can perform any configuration on the given builder in place. This is called after all other configuration have been done so this is the final step.
-
-
-
-