-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created a partial for v8 disabling a behavior
- Loading branch information
Jayanthi Sourirajan
authored and
Jayanthi Sourirajan
committed
Sep 2, 2021
1 parent
d994951
commit 85b9ccd
Showing
3 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
nservicebus/pipeline/manipulate-with-behaviors_disable_core_[8.0,).partial.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Disable an existing step | ||
|
||
To disable the implementation of an existing step, substitute it with a no action behavior: | ||
|
||
snippet: NoActionPipelineBehavior | ||
|
||
The behaviour does nothing and calls the next step in the pipeline chain by invoking `next()`. | ||
|
||
snippet: NoActionPipelineStep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters