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 Details

  • Constructor Details

  • Method Details

    • operation

      public java.lang.Object operation​(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint) throws java.lang.Throwable
      Method to intercept outgoing request and incoming response.
      Returns:
      value of the intercepted method
      Throws:
      java.lang.Throwable