Skip to content

IDurableJobHandlerRegistry

interface

Namespace: Orleans.DurableJobs

Registers framework-owned durable job handlers for a grain activation.
public interface IDurableJobHandlerRegistry

Remarks

Registrations are activation-scoped. A matching feature handler takes precedence over IDurableJobHandler. Multiple matching feature handlers are rejected as ambiguous. The DurableJobs dependency injection registration is an infrastructure service and does not support replacement or decoration. Replacing it is rejected explicitly when DurableJobs is configured or the receiver is resolved so that registrations cannot be silently disconnected from dispatch.

Methods