We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42f9dd commit 02c2abaCopy full SHA for 02c2aba
sleepingBarber/src/main/kotlin/ac/at/uibk/dps/dapr/barber/waitingroom/WaitingRoomPubSub.kt
@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestBody
11
import org.springframework.web.bind.annotation.RestController
12
13
@RestController
14
-@ConditionalOnProperty("app.role", havingValue = "waiting_room")
+@ConditionalOnProperty("app.role", havingValue = "waitingRoom")
15
class WaitingRoomPubSub {
16
val waitingRoomActor =
17
ActorProxyBuilder(WaitingRoomActor::class.java, ActorClient()).build(ActorId("waitingRoom"))
0 commit comments