ktale
Toggle table of contents
2025.12.17.1626
jvm
Platform filter
jvm
Switch theme
Search in API
ktale
ktale-api
/
ktale.api.events
/
EventBus
/
post
post
abstract
fun
<
E
:
Event
>
post
(
event
:
E
)
:
E
Publishes an event to all listeners.
Return
the same
event
instance for convenience.