Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA authored Jan 14, 2024
1 parent 5053c1e commit 2e4f225
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,6 @@ publisher.Enqueue(command3); // Queue command3 behaind command2
When FIFO mode, if you want to group the awaiting subscribers, you can use `FanOutInterceptor`

```cs
Router.Default.Filter(CommandOrdering.FirstInFirstOut);

var fanOut = new FanOutInterceptor();
var groupA = new Router(CommandOrdering.FirstInFirstOut)
var groupB = new Router(CommandOrdering.FirstInFirstOut);
Expand Down

0 comments on commit 2e4f225

Please sign in to comment.