java.lang.Object
io.quarkiverse.openapi.generator.deployment.circuitbreaker.CircuitBreakerConfigurationParser
public final class CircuitBreakerConfigurationParser
extends Object
-
Method Summary
parse(org.eclipse.microprofile.config.Config config)
Parses the
Config and returns a
Map of class names and their methods that should be configured with
circuit breaker.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
parse
Parses the
Config and returns a
Map of class names and their methods that should be configured with
circuit breaker.
- Returns:
- a
Map of class names and their methods that should be configured with circuit breaker