Module: NatsWork::Protocol::MessageType

Defined in:
lib/natswork/protocol.rb

Overview

Message types

Constant Summary collapse

JOB_REQUEST =
'job_request'
JOB_RESPONSE =
'job_response'
JOB_ERROR =
'job_error'
WORKER_HEARTBEAT =
'worker_heartbeat'
WORKER_REGISTER =
'worker_register'
WORKER_UNREGISTER =
'worker_unregister'
QUEUE_STATUS =
'queue_status'
PROTOCOL_VERSION =
'protocol_version'