Skip to content

Commit

Permalink
chore: make event publisher interface functional
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora authored Jun 5, 2023
1 parent 5840215 commit 0d7ea5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/application/presenter/EventPublisher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package application.presenter
/**
* The publisher of events to the microservices.
*/
interface EventPublisher<E> {
fun interface EventPublisher<E> {

/**
* Publish the event.
Expand Down

0 comments on commit 0d7ea5a

Please # to comment.