UNPKG

fh-wfm-message

Version:
19 lines 405 B
module.exports = { TOPIC_PREFIX: "wfm", MESSAGE_ENTITY_NAME: "messages", SYNC_TOPIC_PREFIX: "wfm:sync", TOPIC_SEPARATOR: ":", ERROR_PREFIX: "error", DONE_PREFIX: "done", TOPICS: { CREATE: "create", UPDATE: "update", LIST: "list", REMOVE: "remove", READ: "read", START: "start", STOP: "stop", FORCE_SYNC: "force_sync", SYNC_COMPLETE: "sync_complete" } };