Skip to content

Commit bfa63b6

Browse files
committed
Add paragraph on implementing custom resolvers for subscribers
1 parent ac1cf70 commit bfa63b6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/pages/subscription.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,12 @@ final class DoStuffSubscriber
293293
}
294294
}
295295
```
296+
297+
##### Custom Resolvers
298+
299+
You can provide your own argument resolvers by implementing the `ArgumentResolver` interface.
300+
This can be useful to provide direct access to custom headers or any other third party.
301+
296302
### Setup and Teardown
297303

298304
Subscribers can have one `setup` and `teardown` method that is executed when the subscription is created or deleted.

0 commit comments

Comments
 (0)