diff --git a/src/main/kotlin/application/presenter/EventParser.kt b/src/main/kotlin/application/presenter/EventParser.kt index c81edc64..18f7e1be 100644 --- a/src/main/kotlin/application/presenter/EventParser.kt +++ b/src/main/kotlin/application/presenter/EventParser.kt @@ -13,7 +13,7 @@ import entities.events.Event /** * The parser has the responsibility to parse the input event in order to propagate the correct event to microservices. */ -interface EventParser { +fun interface EventParser { /** * The function to parse the event.