package filter
- Alphabetic
- Public
- Protected
Type Members
- class ThriftForwardingWarmUpFilter extends ForwardingWarmUpFilter[Array[Byte], Array[Byte]]
- class ValidationReportingFilter[Req, Rep] extends SimpleFilter[Req, Rep]
Introduce a new ReportingFilter to inspect any
ThriftValidationException
thrown from the Finagle Stack.Introduce a new ReportingFilter to inspect any
ThriftValidationException
thrown from the Finagle Stack. To report metrics, the reporting filter will carry a StatsReceiver, which reports the number of invalid requests through a counter.
Value Members
- object ThriftForwardingWarmUpFilter
- object ValidationReportingFilter