Class Topics

java.lang.Object
com.mayam.wf.mq.common.Topics

public class Topics extends Object
Well known topics used within Mayam Tasks and associated tools.
Author:
Markus MÃ¥rtensson
  • Field Details

    • TASK_CREATE

      public static final MqDestination TASK_CREATE
      Messages are generated as part of the CREATE_TASK task creation server activity.
      See Also:
    • TASK_UPDATE

      public static final MqDestination TASK_UPDATE
      Messages are generated as part of any work order including a server activity that modifies one or more task attribute.
      See Also:
    • TASK_DELETE

      public static final MqDestination TASK_DELETE
      Messages are generated as part of the DELETE_TASK task deletion server activity.
      See Also:
    • ASSET_CREATE

      public static final MqDestination ASSET_CREATE
      Messages are generated by the MAM adapter when it detects an asset creation.
      See Also:
    • ASSET_UPDATE

      public static final MqDestination ASSET_UPDATE
      Messages are generated by the MAM adapter when it detects an asset update. Both before and after representations are made available if supported by the underlying MAM.
      See Also:
    • ASSET_DELETE

      public static final MqDestination ASSET_DELETE
      Messages are generated by the MAM adapter when it detects an asset deletion.
      See Also:
    • JOB_STARTED

      public static final MqDestination JOB_STARTED
      Messages are generated by the MAM adapter when it detects a job start.
      See Also:
    • JOB_UPDATED

      public static final MqDestination JOB_UPDATED
      Messages are generated by the MAM adapter when it detects a job update.
      See Also:
    • JOB_FAILED

      public static final MqDestination JOB_FAILED
      Messages are generated by the MAM adapter when it detects a job failure.
      See Also:
    • JOB_ABORT

      public static final MqDestination JOB_ABORT
      Messages are generated by the MAM adapter when it detects a job being aborted.
      See Also:
    • JOB_DONE

      public static final MqDestination JOB_DONE
      Messages are generated by the MAM adapter when it detects a job being done.
      See Also:
    • SEGMENT_SAVED

      public static final MqDestination SEGMENT_SAVED
      Messages are generated by the MAM adapter when it detects a segmentation update.
      See Also:
    • CONFIG_UPDATE

      public static final MqDestination CONFIG_UPDATE
      Describes a configuration being updated; the name of which is available as the MayamConfigId property.
    • DISCUSSION_UPDATE

      public static final MqDestination DISCUSSION_UPDATE
      Describes a discussion being updated; the name of which is available as the MayamDiscussionId property.
    • ACTIVITY_PROGRESS

      public static final MqDestination ACTIVITY_PROGRESS
      Progress update containing percentage done (MayamProgress property) out of total work order, posted when an activity has finished running for one of its subjects. Messages are only sent for work orders that are provided with a progress identifier (returned as message property MayamProgressId).
    • REPORT_DONE

      public static final MqDestination REPORT_DONE
      Message describes a report that has finished processing. Containts REPORT_* attributes.
      See Also:
    • FILE_MONITOR

      public static final MqDestination FILE_MONITOR
      Message describes a file event. Contains an Asset where OP_TYPE represents the ChangeType.
      See Also:
    • CHKSUM_MONITOR

      public static final MqDestination CHKSUM_MONITOR
      Message describes a file checksum event. Contains an Asset where OP_TYPE represents the ChangeType.
      See Also:
    • BULK

      public static final MqDestination BULK
      Message describes a series of CREATE/UPDATE/DELETE task operations that have been performed in bulk.
      See Also:
      • invalid reference
        com.mayam.wf.mq.property.MessageType#BULK
    • ALERTS

      public static final MqDestination ALERTS
      Message describes alerts and CREATE/UPDATE and DELETE
      See Also:
      • invalid reference
        com.mayam.wf.activity.server.alerts.AlertsCache
    • OPERATION_ENQUEUE_NOTIFICATION

      public static final MqDestination OPERATION_ENQUEUE_NOTIFICATION