Java org.springframework.aop.interceptor PerformanceMonitorInterceptor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.aop.interceptor PerformanceMonitorInterceptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.aop.interceptor PerformanceMonitorInterceptor.

The text is from its open source code.

Constructor

PerformanceMonitorInterceptor()
Create a new PerformanceMonitorInterceptor with a static logger.
PerformanceMonitorInterceptor(boolean useDynamicLogger)
Create a new PerformanceMonitorInterceptor with a dynamic or static logger, according to the given flag.

Method

StringgetPrefix()
Return the text that will get appended to the trace data.
StringgetSuffix()
Return the text that will get prepended to the trace data.
ObjectinvokeUnderTrace(MethodInvocation invocation, Log logger)
voidsetPrefix(@Nullable String prefix)
Set the text that will get appended to the trace data.
voidsetSuffix(@Nullable String suffix)
Set the text that will get prepended to the trace data.