mq done, dao refactor, endpoints refactor
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-04-06 00:53:56 +02:00
parent b5be06848e
commit 8cc30d35d2
11 changed files with 101 additions and 27 deletions

7
src/mq/RecieveOutput.kt Normal file
View File

@@ -0,0 +1,7 @@
package com.kmalbz.mq
class RecieveOutput {
companion object {
const val EXCHANGE_NAME = "output"
}
}