Is there a way to be notified when the Ktor applic...
# ktor
a
Is there a way to be notified when the Ktor application has started and is ready to accept connections?
a
Yes. You can use the
ApplicationStarted
event https://ktor.io/docs/events.html#predefined-eventdefinitions
1
a
Great, I missed that one. Thanks!
👍 1