Annotation Interface ClientLoggingInterceptorPointcut


@Retention(RUNTIME) @Target(METHOD) public @interface ClientLoggingInterceptorPointcut
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    will be used to check if responseBody will be logged
    boolean
    will be used to check if requestBody will be logged
    will be used to name the transaction type
  • Element Details

    • value

      String value
      will be used to name the transaction type
      Default:
      ""
    • traceSentBody

      boolean traceSentBody
      will be used to check if requestBody will be logged
      Default:
      true
    • traceReceivedBody

      boolean traceReceivedBody
      will be used to check if responseBody will be logged
      Default:
      true