This section covers how to implement lifecycle methods that control your microservice's initialization and shutdown behavior.
Overview
Talon microservices have a well-defined lifecycle from initialization through running to shutdown. You can hook into this lifecycle using annotations to perform setup, initialization, and cleanup tasks.