类 TimerBeforePredicateJudge

java.lang.Object
org.apache.shenyu.plugin.base.condition.judge.TimerBeforePredicateJudge
所有已实现的接口:
PredicateJudge

@Join public class TimerBeforePredicateJudge extends Object implements PredicateJudge
Timer before predicate judge.
  • 构造器详细资料

    • TimerBeforePredicateJudge

      public TimerBeforePredicateJudge()
  • 方法详细资料

    • judge

      public Boolean judge(org.apache.shenyu.common.dto.ConditionData conditionData, String realData)
      从接口复制的说明: PredicateJudge
      judge conditionData and realData is match.
      指定者:
      judge 在接口中 PredicateJudge
      参数:
      conditionData - ConditionData
      realData - realData
      返回:
      true is pass false is not pass.