Class ProblemRecorder
- java.lang.Object
-
- com.tietoevry.quarkus.resteasy.problem.postprocessing.ProblemRecorder
-
public class ProblemRecorder extends Object
Quarkus Recorder that applies configuration in the runtime.
-
-
Constructor Summary
Constructors Constructor Description ProblemRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyRuntimeConfig(ProblemRuntimeConfig config)voidconfigureMdc(Set<String> includeMdcProperties)voidenableMetrics()voidregisterCustomPostProcessors()voidreset()
-
-
-
Method Detail
-
reset
public void reset()
-
enableMetrics
public void enableMetrics()
-
registerCustomPostProcessors
public void registerCustomPostProcessors()
-
applyRuntimeConfig
public void applyRuntimeConfig(ProblemRuntimeConfig config)
-
-