Class CommonQueue
- java.lang.Object
-
- org.openiam.mq.constants.queue.MqQueue
-
- org.openiam.mq.constants.queue.common.CommonQueue
-
- Direct Known Subclasses:
BatchTaskExchangeQueue,BatchTaskQueue,CounterQueue,EncryptionQueue,EsReindexQueue,FileQueue,LanguageServiceQueue,MailboxConfigurationManagementQueue,MailQueue,MailServiceQueue,MailTemplatePropertiesQueue,MailTemplateQueue,MetadataElementTemplateQueue,MetadataQueue,PolicyQueue,PropertyValueCacheQueue,PropertyValueQueue,ReportQueue,UIThemeQueue
public abstract class CommonQueue extends MqQueue
Created by alexander on 09/11/16.
-
-
Constructor Summary
Constructors Constructor Description CommonQueue(String name)CommonQueue(RabbitMqExchange exchange, String name)
-
-
-
Constructor Detail
-
CommonQueue
public CommonQueue(String name)
-
CommonQueue
public CommonQueue(RabbitMqExchange exchange, String name)
-
-