Return ids for messages with responses for a particular worker.
Source:R/rrq_message.R
rrq_message_response_ids.Rd
Return ids for messages with responses for a particular worker.
Arguments
- worker_id
The worker id
- controller
The controller to use. If not given (or
NULL
) we'll use the controller registered withrrq_default_controller_set()
.
Examples
obj <- rrq_controller("rrq:example")
w <- rrq_worker_list(controller = obj)
rrq_message_send("PING", controller = obj)