Uses of Class
org.openiam.mq.constants.RabbitMqExchange
-
-
Uses of RabbitMqExchange in org.openiam.mq.constants
Methods in org.openiam.mq.constants that return RabbitMqExchange Modifier and Type Method Description static RabbitMqExchange
RabbitMqExchange. valueOf(String name)
Returns the enum constant of this type with the specified name.static RabbitMqExchange[]
RabbitMqExchange. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RabbitMqExchange in org.openiam.mq.constants.queue
Methods in org.openiam.mq.constants.queue that return RabbitMqExchange Modifier and Type Method Description RabbitMqExchange
MqQueue. getExchange()
Constructors in org.openiam.mq.constants.queue with parameters of type RabbitMqExchange Constructor Description MqQueue(RabbitMqExchange exchange, String name, String vHost)
-
Uses of RabbitMqExchange in org.openiam.mq.constants.queue.activiti
Constructors in org.openiam.mq.constants.queue.activiti with parameters of type RabbitMqExchange Constructor Description ActivitiQueue(RabbitMqExchange exchange, String name)
-
Uses of RabbitMqExchange in org.openiam.mq.constants.queue.am
Constructors in org.openiam.mq.constants.queue.am with parameters of type RabbitMqExchange Constructor Description AbstractBusinessRuleQueue(RabbitMqExchange exchange, String name)
AMQueue(RabbitMqExchange exchange, String name)
-
Uses of RabbitMqExchange in org.openiam.mq.constants.queue.audit
Constructors in org.openiam.mq.constants.queue.audit with parameters of type RabbitMqExchange Constructor Description AuditQueue(RabbitMqExchange exchange, String name)
-
Uses of RabbitMqExchange in org.openiam.mq.constants.queue.common
Constructors in org.openiam.mq.constants.queue.common with parameters of type RabbitMqExchange Constructor Description CommonQueue(RabbitMqExchange exchange, String name)
-
Uses of RabbitMqExchange in org.openiam.mq.constants.queue.connector
Constructors in org.openiam.mq.constants.queue.connector with parameters of type RabbitMqExchange Constructor Description ConnectorQueue(RabbitMqExchange exchange, String name)
-
Uses of RabbitMqExchange in org.openiam.mq.constants.queue.groovy.manager
Constructors in org.openiam.mq.constants.queue.groovy.manager with parameters of type RabbitMqExchange Constructor Description GroovyQueue(RabbitMqExchange exchange, String name)
-
Uses of RabbitMqExchange in org.openiam.mq.constants.queue.idm
Constructors in org.openiam.mq.constants.queue.idm with parameters of type RabbitMqExchange Constructor Description IdmQueue(RabbitMqExchange exchange, String name)
-
Uses of RabbitMqExchange in org.openiam.mq.constants.queue.reconciliation
Constructors in org.openiam.mq.constants.queue.reconciliation with parameters of type RabbitMqExchange Constructor Description AbstractReconciliationQueue(RabbitMqExchange exchange, String name)
ReconciliationBulkQueue(RabbitMqExchange exchange, String name)
-
Uses of RabbitMqExchange in org.openiam.mq.constants.queue.sas
Constructors in org.openiam.mq.constants.queue.sas with parameters of type RabbitMqExchange Constructor Description SasQueue(RabbitMqExchange exchange, String name)
-
Uses of RabbitMqExchange in org.openiam.mq.constants.queue.synchronization
Constructors in org.openiam.mq.constants.queue.synchronization with parameters of type RabbitMqExchange Constructor Description AbstractSynchronizationBulkQueue(RabbitMqExchange exchange, String name)
AbstractSynchronizationQueue(RabbitMqExchange exchange, String name)
-
Uses of RabbitMqExchange in org.openiam.mq.constants.queue.user
Constructors in org.openiam.mq.constants.queue.user with parameters of type RabbitMqExchange Constructor Description UserQueue(RabbitMqExchange exchange, String name)
-
Uses of RabbitMqExchange in org.openiam.mq.util
Methods in org.openiam.mq.util with parameters of type RabbitMqExchange Modifier and Type Method Description static String
RabbitMQUtils. bindQueue(org.springframework.amqp.core.AmqpAdmin amqpAdmin, RabbitMqExchange openIamExchange, String queueName, String routingKey)
-