Class InvocationCapture
- Namespace
- Millrace.Invocations
- Assembly
- Millrace.dll
Captures a job call expression into the serialized JobInvocation wire format (ARCHITECTURE.md §5.2): declared service type + method + per-argument JSON. Argument sub-expressions are evaluated at capture time; guidance is to keep job signatures stable and pass ids, not entities.
public static class InvocationCapture
- Inheritance
-
InvocationCapture
- Inherited Members
Methods
- Capture<T>(Expression<Func<T, Task>>, JsonSerializerOptions)
Captures a call expression into the form a worker can replay later, in another process.