Implemented the auction started event over mqtt

This commit is contained in:
reynisson
2021-11-14 15:16:42 +01:00
parent 55c094fc56
commit 2999fb294c
8 changed files with 58 additions and 8 deletions

View File

@@ -12,10 +12,9 @@ public class ConfigProperties {
private Environment environment;
/**
* Retrieves the URI of the WebSub hub. In this project, we use a single WebSub hub, but we could
* use multiple.
* Retrieves the URI of the MQTT broker.
*
* @return the URI of the WebSub hub
* @return the URI of the MQTT broker
*/
public URI getMqttBrokerUri() {
return URI.create(environment.getProperty("mqtt.broker.uri"));