Class RiskPostProcessorConfig


  • @Configuration
    public class RiskPostProcessorConfig
    extends Object
    Configuration of the operations performed after the initialisation of th ActivePivot manager
    • Field Detail

      • LOGGER

        protected static Logger LOGGER
        Logger
      • env

        @Autowired
        protected org.springframework.core.env.Environment env
        Spring environment, automatically wired
      • apConfig

        @Autowired
        protected com.qfs.server.cfg.impl.ActivePivotConfig apConfig
        ActivePivot spring configuration
      • datastore

        @Autowired
        protected com.qfs.store.IDatastore datastore
      • fxRates

        @Autowired
        protected IFXRates fxRates
      • tenorUtil

        @Autowired
        protected ITenorUtil tenorUtil
      • customListenerInjections

        @Autowired
        @Qualifier("injections")
        protected List<Consumer<com.qfs.store.IDatastore>> customListenerInjections
    • Constructor Detail

      • RiskPostProcessorConfig

        public RiskPostProcessorConfig()
    • Method Detail

      • apManagerInitPrerequisitePluginInjections

        public void apManagerInitPrerequisitePluginInjections()
                                                       throws Exception
        Extended plugin injections that are required before doing the startup of the ActivePivot manager.
        Throws:
        Exception - any exception that occurred during the injection