orchestrationMessagingRecipe()
Build the optional D349/D351 orchestration messaging recipe.
Import
Section titled “Import”import { orchestrationMessagingRecipe } from "@graphrefly/ts/orchestration/messaging";Signature
Section titled “Signature”function orchestrationMessagingRecipe( graph: Graph, opts: OrchestrationMessagingRecipeOptions<TPayload, TCommand, TEvent>,): OrchestrationMessagingRecipeBundle<TCommand>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | OrchestrationMessagingRecipeOptions<TPayload, TCommand, TEvent> | Options that configure the helper. |
Returns
Section titled “Returns”A bundle of graph-visible nodes for the recipe.
Example
Section titled “Example”import { orchestrationMessagingRecipe } from "@graphrefly/ts/orchestration/messaging";Source
Section titled “Source”packages/ts/src/orchestration/messaging.ts