We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9676605 commit e2801c3Copy full SHA for e2801c3
src/main/kotlin/App.kt
@@ -18,7 +18,7 @@ import infrastructure.signalr.SignalRClient
18
*/
19
fun main() {
20
21
- val publisher: EventPublisher<Event<Any>> = KafkaPublisher()
+ val publisher: EventPublisher<Event<*>> = KafkaPublisher()
22
val consumer: EventConsumer<String> = SignalRClient()
23
24
val service: EventService<String> = EventService(publisher, consumer)
0 commit comments