We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5840215 commit 0d7ea5aCopy full SHA for 0d7ea5a
src/main/kotlin/application/presenter/EventPublisher.kt
@@ -11,7 +11,7 @@ package application.presenter
11
/**
12
* The publisher of events to the microservices.
13
*/
14
-interface EventPublisher<E> {
+fun interface EventPublisher<E> {
15
16
17
* Publish the event.
0 commit comments