Skip to main content
The market-data-config module in Atoti Market Data contains Spring configuration classes that instantiate beans to address specific use cases. You can import these configuration classes in your Spring project to make the beans accessible in your application. This is described in the Atoti Market Data overview. The following configuration classes are available for import. In the right-hand column you can see the configuration classes auto-configured when using the market-data-spring-boot-starter. You can disable auto-configuration for classes that are directly imported. To do this, add them to the exclude parameter of the SpringBootApplication annotation. Auto-configuration cannot be disabled for classes that are indirectly imported.

All Configuration

Market Data Retrieval

These configuration classes enable the storage and retrieval components of Atoti Market Data.

Post-processor Injection

These configuration classes inject necessary dependencies into market data post-processors.

Interpolation

These configuration classes enable interpolation of market data.

Configuration Properties

These classes enable property-based configuration of Atoti Market Data components.

DirectQuery

These configuration classes enable the use of Atoti Market Data with DirectQuery, specifically the DirectQuery Local Cache.