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 29986ac commit 5840215Copy full SHA for 5840215
src/main/kotlin/application/presenter/EventParser.kt
@@ -13,7 +13,7 @@ import entities.events.Event
13
/**
14
* The parser has the responsibility to parse the input event in order to propagate the correct event to microservices.
15
*/
16
-interface EventParser<in E> {
+fun interface EventParser<in E> {
17
18
19
* The function to parse the event.
0 commit comments