Class OperationExecutionJerseyServerInterceptor

java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.jersey.OperationExecutionJerseyServerInterceptor
All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe

public class OperationExecutionJerseyServerInterceptor
extends AbstractAspectJProbe
Since:
1.12
  • Field Details

  • Constructor Details

  • Method Details

    • operationHandleRequest

      public java.lang.Object operationHandleRequest​(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint) throws java.lang.Throwable
      Method to intercept incoming request.
      Returns:
      value of the intercepted method
      Throws:
      java.lang.Throwable
    • operationWriteResponse

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