Class AppConfig
java.lang.Object
org.alfresco.hxi_connector.prediction_applier.config.AppConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.alfresco.hxi_connector.common.adapters.messaging.repository.AcsHealthProbeacsHealthProbe(HttpClient httpClient, RepositoryApiProperties repositoryApiProperties) org.alfresco.hxi_connector.common.config.properties.Applicationorg.alfresco.hxi_connector.common.adapters.messaging.repository.ApplicationInfoProviderapplicationInfoProvider(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.ProcessingStarterprocessingStarter(org.apache.camel.CamelContext camelContext) org.alfresco.hxi_connector.common.adapters.messaging.repository.RepositoryInformationrepositoryInformation(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)
-
Constructor Details
-
AppConfig
public AppConfig()
-
-
Method Details
-
application
@Bean @ConfigurationProperties(prefix="application") public org.alfresco.hxi_connector.common.config.properties.Application application() -
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)
-