Class WhatIfRestConfig

  • All Implemented Interfaces:
    org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

    @Configuration
    @Profile("(standard|scalar-sensi) & (dist-data-node | !dist-query-node)")
    public class WhatIfRestConfig
    extends com.qfs.server.cfg.ASpringRestServerConfig
    • Field Detail

      • whatIfManagerService

        @Autowired
        public com.activeviam.tools.whatif.core.rest.WhatIfManagerService whatIfManagerService
      • whatIfRestService

        @Autowired
        public com.activeviam.tools.whatif.core.rest.WhatIfRestService whatIfRestService
      • datastore

        @Autowired
        public com.qfs.store.IDatastore datastore
    • Constructor Detail

      • WhatIfRestConfig

        public WhatIfRestConfig()