java.lang.Object
org.alfresco.hxi_connector.prediction_applier.config.AppConfig

@Configuration public class AppConfig extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.alfresco.hxi_connector.common.adapters.messaging.repository.AcsHealthProbe
    acsHealthProbe(HttpClient httpClient, RepositoryApiProperties repositoryApiProperties)
     
    org.alfresco.hxi_connector.common.config.properties.Application
     
    org.alfresco.hxi_connector.common.adapters.messaging.repository.ApplicationInfoProvider
    applicationInfoProvider(org.alfresco.hxi_connector.common.adapters.messaging.repository.RepositoryInformation repositoryInformation, org.alfresco.hxi_connector.common.config.properties.Application applicationProperties)
     
     
    org.alfresco.hxi_connector.common.adapters.messaging.repository.ProcessingStarter
    processingStarter(org.apache.camel.CamelContext camelContext)
     
    org.alfresco.hxi_connector.common.adapters.messaging.repository.RepositoryInformation
    repositoryInformation(RepositoryApiProperties repositoryApiProperties, org.alfresco.hxi_connector.common.adapters.auth.AuthService authService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, HttpClient httpClient, org.alfresco.hxi_connector.common.adapters.messaging.repository.AcsHealthProbe acsHealthProbe)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AppConfig

      public AppConfig()
  • Method Details

    • application

      @Bean @ConfigurationProperties(prefix="application") public org.alfresco.hxi_connector.common.config.properties.Application application()
    • httpClient

      @Bean public HttpClient httpClient()
    • acsHealthProbe

      @Bean @Profile("!test") public org.alfresco.hxi_connector.common.adapters.messaging.repository.AcsHealthProbe acsHealthProbe(HttpClient httpClient, RepositoryApiProperties repositoryApiProperties)
    • repositoryInformation

      @Bean public org.alfresco.hxi_connector.common.adapters.messaging.repository.RepositoryInformation repositoryInformation(RepositoryApiProperties repositoryApiProperties, org.alfresco.hxi_connector.common.adapters.auth.AuthService authService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, HttpClient httpClient, org.alfresco.hxi_connector.common.adapters.messaging.repository.AcsHealthProbe acsHealthProbe)
    • applicationInfoProvider

      @Bean public org.alfresco.hxi_connector.common.adapters.messaging.repository.ApplicationInfoProvider applicationInfoProvider(org.alfresco.hxi_connector.common.adapters.messaging.repository.RepositoryInformation repositoryInformation, org.alfresco.hxi_connector.common.config.properties.Application applicationProperties)
    • processingStarter

      @Bean public org.alfresco.hxi_connector.common.adapters.messaging.repository.ProcessingStarter processingStarter(org.apache.camel.CamelContext camelContext)