An execution pattern where a single trigger fans out to multiple services simultaneously. One event triggers parallel actions across many destinations at once. Part of 0nMCP's Three-Level Execution system (Patent Pending).
Related Terms
More in Execution Patterns
PipelineA sequential execution pattern where steps run one after another, each using the...Assembly LineA parallel execution pattern with dependency management. Multiple steps run simu...Three-Level Execution0nMCP's patent-pending execution architecture combining Pipeline (sequential), A...Fan-OutA messaging pattern where a single event is distributed to multiple consumers si...Parallel ExecutionRunning multiple operations simultaneously rather than sequentially. Parallel ex...