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 Details

    • PollingReloadDetectionMode

      public PollingReloadDetectionMode()
  • Method Details

    • matches

      public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
      Specified by:
      matches in interface org.springframework.context.annotation.Condition