Skip to content

Commit 5840215

Browse files
chore: make event parser interface functional
1 parent 29986ac commit 5840215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/application/presenter/EventParser.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import entities.events.Event
1313
/**
1414
* The parser has the responsibility to parse the input event in order to propagate the correct event to microservices.
1515
*/
16-
interface EventParser<in E> {
16+
fun interface EventParser<in E> {
1717

1818
/**
1919
* The function to parse the event.

0 commit comments

Comments
 (0)