Uses of Class
org.openiam.mq.constants.queue.reconciliation.AsynchronReconciliationQueue
-
Packages that use AsynchronReconciliationQueue Package Description org.openiam.config org.openiam.idm.mq.listener org.openiam.recon.mq org.openiam.srvc.idm -
-
Uses of AsynchronReconciliationQueue in org.openiam.config
Methods in org.openiam.config that return AsynchronReconciliationQueue Modifier and Type Method Description AsynchronReconciliationQueueReconciliationVHostConfig. asynchronReconciliationQueue() -
Uses of AsynchronReconciliationQueue in org.openiam.idm.mq.listener
Constructors in org.openiam.idm.mq.listener with parameters of type AsynchronReconciliationQueue Constructor Description ConnectorResponseListener(org.springframework.amqp.rabbit.core.RabbitTemplate connectorRabbitTemplate, RabbitMQSender sender, CustomJacksonMapper jacksonMapper, UserRabbitMQService userRabbitMQService, LoginMQService loginMQService, ProvisionStreamElasticSearchRepository provisionStreamElasticSearchRepository, IdentityRabbitMqService identityRabbitMqService, ConnectorReplyElasticSearchRepository connectorReplyElasticSearchRepository, SendSingleEventProvisioningOperation sendSingleEventProvisioningOperation, AuditLogSupplier auditLogSupplier, ProvisionRequestElasticSearchRepository provisionRequestElasticSearchRepository, ManagedSystemCache managedSysCache, GroovyScriptEngineIntegration groovyScriptEngineIntegration, AsynchronSynchronizationQueue asynchronSynchronizationQueue, AsynchronReconciliationQueue asynchronReconciliationQueue, SynchronizationQueue synchronizationQueue, AuditLogHelper auditLogHelper, ReconciliationConfigRabbitMQService reconConfigMQService) -
Uses of AsynchronReconciliationQueue in org.openiam.recon.mq
Constructors in org.openiam.recon.mq with parameters of type AsynchronReconciliationQueue Constructor Description AsynchronReconciliationMessageListener(AsynchronReconciliationQueue queue) -
Uses of AsynchronReconciliationQueue in org.openiam.srvc.idm
Constructors in org.openiam.srvc.idm with parameters of type AsynchronReconciliationQueue Constructor Description AsynchReconciliationServiceImpl(AsynchronReconciliationQueue rabbitMqQueue)
-