Class QueueMessage

    • Constructor Detail

      • QueueMessage

        public QueueMessage​(String action,
                            Set<Attribute> attributes,
                            Settings settings)
        QueueMessage constructor
        Parameters:
        action - a String object
        attributes - a Set object
        settings - a Settings object
    • Method Detail

      • getAction

        public String getAction()
        Returns the action of the message that will be used on the plugin service like OrderQueueService, FreeQueueService, etc.
        Returns:
        a String object
      • getAttributes

        public Set<Attribute> getAttributes()
        Returns the attributes of the message
        Returns:
        a Set<Attribute> object
      • getSettings

        public Settings getSettings()
        Returns the settings of the message
        Returns:
        a Settings object