Class LiveIngesterMessagingConfig
java.lang.Object
org.alfresco.hxi_connector.live_ingester.adapters.config.messaging.LiveIngesterMessagingConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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, IntegrationProperties integrationProperties) org.springframework.transaction.PlatformTransactionManagerjmsTransactionManager(jakarta.jms.ConnectionFactory connectionFactory) org.alfresco.hxi_connector.common.adapters.messaging.repository.RepositoryInformationrepositoryInformation(org.alfresco.hxi_connector.common.adapters.auth.AuthService authService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IntegrationProperties integrationProperties)
-
Constructor Details
-
LiveIngesterMessagingConfig
public LiveIngesterMessagingConfig()
-
-
Method Details
-
jmsTransactionManager
@Bean public org.springframework.transaction.PlatformTransactionManager jmsTransactionManager(jakarta.jms.ConnectionFactory connectionFactory) -
application
@Bean @ConfigurationProperties(prefix="application") public org.alfresco.hxi_connector.common.config.properties.Application application() -
repositoryInformation
@Bean public org.alfresco.hxi_connector.common.adapters.messaging.repository.RepositoryInformation repositoryInformation(org.alfresco.hxi_connector.common.adapters.auth.AuthService authService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IntegrationProperties integrationProperties) -
applicationInfoProvider
@Bean public org.alfresco.hxi_connector.common.adapters.messaging.repository.ApplicationInfoProvider applicationInfoProvider(org.alfresco.hxi_connector.common.adapters.messaging.repository.RepositoryInformation repositoryInformation, IntegrationProperties integrationProperties)
-