class Sidekiq::WorkerEntry
- Sidekiq::WorkerEntry
- Reference
- Object
Defined in:
sidekiq/api.crConstructors
Instance Method Summary
- #job_proxy : JobProxy
- #process_id : String
- #process_id? : String | Nil
- #run_at : Time
- #thread_id : String
- #thread_id? : String | Nil
- #work : Hash(String, JSON::Any)
- #work? : Hash(String, JSON::Any) | Nil
Constructor Detail
def self.new(process_id : Nil | String, thread_id : Nil | String, work : Nil | Hash(String, JSON::Any))
#