Skip to content

Commit 0d7ea5a

Browse files
chore: make event publisher interface functional
1 parent 5840215 commit 0d7ea5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package application.presenter
1111
/**
1212
* The publisher of events to the microservices.
1313
*/
14-
interface EventPublisher<E> {
14+
fun interface EventPublisher<E> {
1515

1616
/**
1717
* Publish the event.

0 commit comments

Comments
 (0)