Uses of Class
org.openiam.mq.constants.queue.synchronization.AsynchronSynchronizationQueue
-
Packages that use AsynchronSynchronizationQueue Package Description org.openiam.config org.openiam.idm.mq.listener org.openiam.srvc.idm org.openiam.sync.mq -
-
Uses of AsynchronSynchronizationQueue in org.openiam.config
Methods in org.openiam.config that return AsynchronSynchronizationQueue Modifier and Type Method Description AsynchronSynchronizationQueue
SynchronizationVHostConfig. asynchronSynchronizationQueue()
-
Uses of AsynchronSynchronizationQueue in org.openiam.idm.mq.listener
Constructors in org.openiam.idm.mq.listener with parameters of type AsynchronSynchronizationQueue 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)
-
Uses of AsynchronSynchronizationQueue in org.openiam.srvc.idm
Constructors in org.openiam.srvc.idm with parameters of type AsynchronSynchronizationQueue Constructor Description AsynchIdentitySynchServiceImpl(AsynchronSynchronizationQueue rabbitMqQueue)
-
Uses of AsynchronSynchronizationQueue in org.openiam.sync.mq
Constructors in org.openiam.sync.mq with parameters of type AsynchronSynchronizationQueue Constructor Description AsynchronSynchronizationMessageListener(AsynchronSynchronizationQueue queue)
-