Class QQueueMetaData

java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.queues.QQueueMetaData
All Implemented Interfaces:
MetaDataProducerOutput, QMetaDataObject, TopLevelMetaDataInterface, Serializable
Direct Known Subclasses:
SQSQueueMetaData

public class QQueueMetaData extends Object implements TopLevelMetaDataInterface
MetaData to define a message queue, which must exist within a QueueProvider. The name attribute is a globally unique name within the QInstance The providerName is the connection to the queue system. The queueName uniquely identifies the queue within the context of the provider. The processName is the code that runs for messages found on the queue. The schedule may not be used by all provider types, but defines when the queue is polled.
See Also:
  • Constructor Details

    • QQueueMetaData

      public QQueueMetaData()
  • Method Details