Annotation Type ConditionalOnToxiProxyEnabled
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @Conditional(ToxiProxyCondition.class) public @interface ConditionalOnToxiProxyEnabled
-
-
Element Detail
-
module
String module
By default empty, means any module can enable this condition via `embedded.toxiproxy.proxies.{module}.enabled` property. Specify specific module name if you want to enable it for specific module only.- Default:
- ""
-
-