class ProtoHackers::JobCentre::Job

Defined in:

9_job_centre.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UInt64, queue : String, priority : Int32, payload : Hash(String, String)) #

[View source]

Instance Method Detail

def id : UInt64 #

[View source]
def id=(id : UInt64) #

[View source]
def payload : Hash(String, String) #

[View source]
def payload=(payload : Hash(String, String)) #

[View source]
def priority : Int32 #

[View source]
def priority=(priority : Int32) #

[View source]
def queue : String #

[View source]
def queue=(queue : String) #

[View source]