diff --git a/docs/pages/subscription.md b/docs/pages/subscription.md index 19e5a980..b5efb2cb 100644 --- a/docs/pages/subscription.md +++ b/docs/pages/subscription.md @@ -293,6 +293,12 @@ final class DoStuffSubscriber } } ``` + +##### Custom Resolvers + +You can provide your own argument resolvers by implementing the `ArgumentResolver` interface. +This can be useful for providing direct access to custom headers or other data. + ### Setup and Teardown Subscribers can have one `setup` and `teardown` method that is executed when the subscription is created or deleted.