Implemented the auction started event over mqtt #58

Merged
reynisson merged 1 commits from post_new_auctions_to_mqtt into dev 2021-11-14 14:29:48 +00:00
reynisson commented 2021-11-14 14:18:21 +00:00 (Migrated from github.com)
No description provided.
reynisson (Migrated from github.com) reviewed 2021-11-14 14:18:58 +00:00
@ -23,3 +23,3 @@
public static String RESOURCE_DIRECTORY = "https://api.interactions.ics.unisg.ch/auction-houses/";
public static String MQTT_BROKER = "tcp://broker.hivemq.com:1883";
public static String MQTT_BROKER = "tcp://localhost:1883";
reynisson (Migrated from github.com) commented 2021-11-14 14:18:58 +00:00

Will get from config in new PR where I connect the auction house properly to the executor added event

Will get from config in new PR where I connect the auction house properly to the executor added event
sonarcloud[bot] commented 2021-11-14 14:19:39 +00:00 (Migrated from github.com)

[executor-pool] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

[**executor-pool**] Kudos, SonarCloud Quality Gate passed!    ![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed') [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&resolved=false&types=BUG) [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&resolved=false&types=VULNERABILITY) [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&resolved=false&types=SECURITY_HOTSPOT) [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&resolved=false&types=CODE_SMELL) [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&metric=coverage&view=list) No Coverage information [![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/3-16px.png '0.0%')](https://sonarcloud.io/component_measures?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&metric=new_duplicated_lines_density&view=list) [0.0% Duplication](https://sonarcloud.io/component_measures?id=scs-asse-fs21-group1_tapas-executor-pool&pullRequest=58&metric=new_duplicated_lines_density&view=list)
Maece97 (Migrated from github.com) approved these changes 2021-11-14 14:21:07 +00:00
Sign in to join this conversation.
No description provided.