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