Class LongTaskTimingHandlerInterceptor

java.lang.Object
org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
All Implemented Interfaces:
HandlerInterceptor

public class LongTaskTimingHandlerInterceptor extends Object implements HandlerInterceptor
A HandlerInterceptor that supports Micrometer's long task timers configured on a handler using @Timed with longTask set to true.
Since:
2.0.7
Author:
Andy Wilkinson