Class RestClientRecorder

java.lang.Object
io.quarkus.rest.client.reactive.runtime.RestClientRecorder

public class RestClientRecorder extends Object
  • Constructor Details

    • RestClientRecorder

      public RestClientRecorder()
  • Method Details

    • setConfigKeys

      public void setConfigKeys(Map<String,String> configKeys)
    • setBlockingClassNames

      public void setBlockingClassNames(Set<String> blockingClassNames)
    • getConfigKeys

      public static Map<String,String> getConfigKeys()
    • isClassBlocking

      public static boolean isClassBlocking(Class<?> exceptionMapperClass)
    • setRestClientBuilderResolver

      public void setRestClientBuilderResolver()