Uses of Class
org.openiam.mq.constants.queue.common.CounterQueue
-
Packages that use CounterQueue Package Description org.openiam.api.connector.groovy org.openiam.common.beans.mq org.openiam.config org.openiam.esb.core.mq org.openiam.srvc.counter -
-
Uses of CounterQueue in org.openiam.api.connector.groovy
Fields in org.openiam.api.connector.groovy declared as CounterQueue Modifier and Type Field Description protected CounterQueue
AbstractIPolicyMapGroovy. counterQueue
-
Uses of CounterQueue in org.openiam.common.beans.mq
Constructors in org.openiam.common.beans.mq with parameters of type CounterQueue Constructor Description CounterRabbitMQService(CounterQueue counterQueue)
-
Uses of CounterQueue in org.openiam.config
Methods in org.openiam.config that return CounterQueue Modifier and Type Method Description CounterQueue
CommonVHostConfig. counterQueue()
-
Uses of CounterQueue in org.openiam.esb.core.mq
Constructors in org.openiam.esb.core.mq with parameters of type CounterQueue Constructor Description CounterQueueListener(CounterQueue queue, CounterService counterService)
-
Uses of CounterQueue in org.openiam.srvc.counter
Constructors in org.openiam.srvc.counter with parameters of type CounterQueue Constructor Description CounterWebServiceImpl(CounterQueue rabbitMqQueue)
-