Skip to content

Commit

Permalink
Clarify the order of execution of pushed plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Barber committed Nov 24, 2022
1 parent 34bd266 commit 9cdb820
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust-runtime/aws-smithy-http-server/src/plugin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
//! .push(b);
//! ```
//!
//! As noted in the [`PluginPipeline`] documentation, the plugins' runtime logic is executed in registration order,
//! meaning that `a` is run _before_ `b` in the example above.
//!

mod closure;
mod filter;
Expand Down

0 comments on commit 9cdb820

Please sign in to comment.