Class SearchQueryAspect

java.lang.Object
com.erudika.para.server.aop.SearchQueryAspect
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class SearchQueryAspect extends Object implements org.aopalliance.intercept.MethodInterceptor
This method interceptor watches search queries fora all Search implementations and gathers metrics. It listens for calls to Search methods, annotated with Measured.
Author:
Alex Bogdanovski [[email protected]]
See Also:
  • Search