Class PollingReloadDetectionMode
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.reload.condition.PollingReloadDetectionMode
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
public class PollingReloadDetectionMode
extends Object
implements org.springframework.context.annotation.Condition
A condition for Polling ReloadDetectionMode and auto configuration.
- Author:
- Kris Iyer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
Constructor Details
-
PollingReloadDetectionMode
public PollingReloadDetectionMode()
-
-
Method Details
-
matches
public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata) - Specified by:
matchesin interfaceorg.springframework.context.annotation.Condition
-