Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
In general, services in Atoti Limits can be extended by:- Defining a Spring Bean that implements the interface represented by the service
- If the default implementation is not defined with a
@ConditionalOnMissingBeanannotation, you will need to mark the bean as@Primary. Please raise a Jira ticket in these instances in order for us to mark the bean conditional. - Importing the bean into your project
Import Spring beans into the project
Customizations that override an existing default implementation will usually require importing your custom Spring Bean. TheLimitsAppConfig
class is the main entry-point in Atoti Limits for imports, so if you need to import your MyCustomBean class, you should do so here. For example: