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.