Class RestClientRecorder
- java.lang.Object
-
- io.quarkus.rest.client.reactive.runtime.RestClientRecorder
-
public class RestClientRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description RestClientRecorder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Map<String,String>
getConfigKeys()
static boolean
isClassBlocking(Class<?> exceptionMapperClass)
void
setBlockingClassNames(Set<String> blockingClassNames)
void
setConfigKeys(Map<String,String> configKeys)
void
setRestClientBuilderResolver()
-
-
-
Method Detail
-
isClassBlocking
public static boolean isClassBlocking(Class<?> exceptionMapperClass)
-
setRestClientBuilderResolver
public void setRestClientBuilderResolver()
-
-