Class: Sidekiq::Batching::Actor

Inherits:
Object
  • Object
show all
Includes:
Celluloid, Logging
Defined in:
lib/sidekiq/batching/actor.rb

Instance Method Summary collapse

Constructor Details

#initializeActor

Returns a new instance of Actor.



7
8
9
# File 'lib/sidekiq/batching/actor.rb', line 7

def initialize
  link_to_sidekiq_manager
end