A Patch captures the changes in FiberRef values made by a single fiber
as a value. This allows fibers to apply the changes made by a workflow
without inheriting all the FiberRef values of the fiber that executed the
workflow.
- Companion:
- object
Value members
Concrete methods
Applies the changes described by this patch to the specified collection
of FiberRef values.
Applies the changes described by this patch to the specified collection
of FiberRef values.
Combines this patch and the specified patch to create a new patch that describes applying the changes from this patch and the specified patch sequentially.
Combines this patch and the specified patch to create a new patch that describes applying the changes from this patch and the specified patch sequentially.