Configuration
This section covers how to inject configuration values into your microservice application code.
Overview
Talon provides annotation-driven configuration injection that allows you to initialize fields and methods with configuration values from the XRuntime environment. This provides a declarative alternative to programmatic access via the XRuntime.getValue() API.
Topics
Injecting Configuration - Using @Configured annotation for configuration injection
Related Topics
Configuration Model - Understanding Talon's configuration architecture
Lifecycle - Configuration injection in the microservice lifecycle
Last updated

