Skip to content

Commit

Permalink
chore: make event parser interface functional
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora authored Jun 5, 2023
1 parent 29986ac commit 5840215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/application/presenter/EventParser.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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<in E> {
fun interface EventParser<in E> {

/**
* The function to parse the event.
Expand Down

0 comments on commit 5840215

Please # to comment.