| Package | Description |
|---|---|
| org.gcube.data.access.queueManager | |
| org.gcube.data.access.queueManager.impl | |
| org.gcube.data.access.queueManager.utils |
| Modifier and Type | Method and Description |
|---|---|
QueueType |
QueueDefinition.getType() |
static QueueType |
QueueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueType[] |
QueueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueueProducer |
ProducerFactory.getSubmitter(String topic,
QueueType type) |
QueueConsumer |
ConsumerFactory.register(String topic,
QueueType type,
QueueItemHandler callback) |
| Constructor and Description |
|---|
QueueDefinition(FactoryConfiguration factoryConfiguration,
String topic,
QueueType type) |
| Modifier and Type | Method and Description |
|---|---|
MultiSyncConsumer |
QueueConsumerFactory.getMultiSyncConsumer(QueueType type) |
QueueProducer |
QueueProducerFactory.getSubmitter(String topic,
QueueType type) |
QueueConsumer |
QueueConsumerFactory.register(String topic,
QueueType type,
QueueItemHandler callback) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Common.formTopic(String serviceClass,
String serviceName,
QueueType type,
String topic) |
Copyright © 2014. All Rights Reserved.