Skip to content

Commit

Permalink
chore: make event producer interface functional
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora committed May 8, 2023
1 parent d83613f commit 4b00ca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import application.presenter.event.model.Event
/**
* The [Event] producer.
*/
interface EventProducer {
fun interface EventProducer {

/** Produce the [event] into an event broker. */
fun produceEvent(event: Event<*>)
Expand Down

0 comments on commit 4b00ca9

Please sign in to comment.