Fix scheduled executor, auth exchange and simulator poll.
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -18,6 +18,8 @@ public final class AmqpSettings {
|
||||
|
||||
public static final String DMF_EXCHANGE = "dmf.exchange";
|
||||
|
||||
public static final String AUTHENTICATION_EXCHANGE = "authentication.exchange";
|
||||
|
||||
private AmqpSettings() {
|
||||
|
||||
}
|
||||
|
||||
@@ -26,9 +26,4 @@ public enum MessageType {
|
||||
*/
|
||||
THING_CREATED,
|
||||
|
||||
/**
|
||||
* The authentication type.
|
||||
*/
|
||||
AUTHENTIFICATION,
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user