pub fn resolve_worker_id_strict(
component_reference: &str,
worker_name: &str,
) -> Option<WorkerId>
Expand description
Get the worker-id for a given component and worker name. Returns none when no component for the specified component-reference or no worker with the specified worker-name exists.