Class OperationExecutionJerseyClientInterceptor
java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.jersey.OperationExecutionJerseyClientInterceptor
- All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe
public class OperationExecutionJerseyClientInterceptor extends AbstractAspectJProbe
- Since:
- 1.12
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSESSION_ID_ASYNC_TRACE -
Constructor Summary
Constructors Constructor Description OperationExecutionJerseyClientInterceptor()Default constructor. -
Method Summary
Modifier and Type Method Description java.lang.Objectoperation(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)Method to intercept outgoing request and incoming response.Methods inherited from class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongString
-
Field Details
-
SESSION_ID_ASYNC_TRACE
public static final java.lang.String SESSION_ID_ASYNC_TRACE- See Also:
- Constant Field Values
-
-
Constructor Details
-
OperationExecutionJerseyClientInterceptor
public OperationExecutionJerseyClientInterceptor()Default constructor.
-
-
Method Details
-
operation
public java.lang.Object operation(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint) throws java.lang.ThrowableMethod to intercept outgoing request and incoming response.- Returns:
- value of the intercepted method
- Throws:
java.lang.Throwable
-