Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
allq_client
master
AllqClient
Client
Connection
GenericJobIdHandler
HandlerBase
Job
JobFactory
JobGetHandler
JobPostHandler
JobReleaseHandler
MultipleJobGetHandler
ParentJobPostHandler
PausePutHandler
SetChildrenStartedPutHandler
StatsHandler
ThrottlePostHandler
TubeDeleteHandler
Built with Crystal 1.9.2
2023-10-07 10:18:34 UTC
class
GenericJobIdHandler
GenericJobIdHandler
HandlerBase
Reference
Object
Defined in:
handlers/generic_job_id_handler.cr
Instance Method Summary
#process
(action_name, job_id) : String
Instance methods inherited from class
HandlerBase
build_action_job(action_name : String, job)
build_action_job
,
build_action_job_with_data_hash(action_name : String, job, data_hash : Hash(String, String))
build_action_job_with_data_hash
,
build_action_with_data_hash(action_name, data_hash : Hash(String, String))
build_action_with_data_hash
,
build_action_with_field_tuple(action_name : String, field_name : String, field_value : String)
build_action_with_field_tuple
,
get_job_id_from_response(data) : String
get_job_id_from_response
,
normalize_json_hash(json_hash : JSON::Any)
normalize_json_hash
,
send_and_parse_response(request_json)
send_and_parse_response
Constructor methods inherited from class
HandlerBase
new(connection : AllqClient::Connection)
new
Instance Method Detail
def
process
(action_name, job_id) : String
#
[
View source
]