Sets an executor on this handler. Executors run in order of registration.
The executor function to execute.
This handler, for the sake of chaining.
Sets a filter on this handler. If the predicate fails, all executors registered after this filter won't run.
The predicate to filter by.
This handler, for the sake of chaining.
Generated using TypeDoc
The parent type of before- and after-handlers.