Annotation Interface ConditionalOnDiscoveryCacheableReactiveEnabled
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
@ConditionalOnProperty(value="spring.cloud.kubernetes.discovery.cacheable.reactive.enabled",
havingValue="true",
matchIfMissing=false)
public @interface ConditionalOnDiscoveryCacheableReactiveEnabled
Provides a more succinct conditional for:
spring.cloud.kubernetes.discovery.cacheable.reactive.enabled. This
annotation says that caching in the reactive implementation is enabled.- Author:
- wind57