AbstractHandler

constructor(chain: FilterChain<T>, errorHandler: ErrorHandler<T>)

Parameters

chain

filter chain used to process the context

errorHandler

handler used when processing fails

Type Parameters

T

context type