Interface HttpClientInterceptor


public interface HttpClientInterceptor
Interceptor will ce called before http method will be executed
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.client.Invocation.Builder
    apply(jakarta.ws.rs.client.Invocation.Builder builder)
     
  • Method Details

    • apply

      jakarta.ws.rs.client.Invocation.Builder apply(jakarta.ws.rs.client.Invocation.Builder builder)