Class EventReloadDetectionMode
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.reload.condition.EventReloadDetectionMode
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
public class EventReloadDetectionMode
extends Object
implements org.springframework.context.annotation.Condition
A condition for Event 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
-
EventReloadDetectionMode
public EventReloadDetectionMode()
-
-
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
-