class Worker::CommandCallHandler

Overview

Handle command calls

Defined in:

worker/command_call_handler.cr
worker/command_call_handler/queue.cr

Constant Summary

Log = Worker::Log.for("command_call_handler")

Constructors

Instance Method Summary

Constructor Detail

def self.new(worker : Worker) #

[View source]

Instance Method Detail

def handle(command_calls : Array(CommandCall)) : Nil #

[View source]