For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration

This section covers how to inject configuration values into your microservice application code.

Overview

Rumi provides annotation-driven configuration injection that allows you to initialize fields and methods with configuration values from the global environment. This provides a declarative alternative to programmatic access via the Config.getValue() API.

Topics

Last updated