Package de.smartsquare.starter.mqtt
Interface Mqtt5ClientConfigurer
-
- All Implemented Interfaces:
public interface Mqtt5ClientConfigurerInterface to enable more advanced configuration for the Mqtt5ClientBuilder than what is possible with the properties.
-
-
Method Summary
Modifier and Type Method Description abstract Unitconfigure(Mqtt5ClientBuilder builder)To be implemented by consumers. -
-
Method Detail
-
configure
abstract Unit configure(Mqtt5ClientBuilder 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.
-
-
-
-