Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/handlers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Wolverine has been baking an embarrassingly long time and had that implemented y

The first argument always has to be the message type, but after that, you can accept:

* Additional services from your application's Lamar IoC container
* Additional services from your application's IoC container
* `Envelope` from Wolverine to interrogate metadata about the current message
* `IMessageContext` or `IMessageBus` from Wolverine scoped to the current message being handled
* `CancellationToken` for the current message execution to check for timeouts or system shut down
Expand Down