class Sample::MyWorker::PerformProxy

Defined in:

workers/my_worker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def perform(name : String, count : Int64) #

[View source]
def perform_at(interval : Time, name : String, count : Int64) #

[View source]
def perform_bulk(argses : Array(Tuple(String, Int64))) #

[View source]
def perform_in(interval : Time::Span, name : String, count : Int64) #

[View source]