Uses of Interface
net.sf.eBus.feed.pattern.MatchCondition
-
Packages that use MatchCondition Package Description net.sf.eBus.feed.pattern This package contains specialized feeds extending the basic feeds innet.sf.eBus.client. -
-
Uses of MatchCondition in net.sf.eBus.feed.pattern
Fields in net.sf.eBus.feed.pattern declared as MatchCondition Modifier and Type Field Description static MatchConditionEventPattern. DEFAULT_PREDICATEDefault event match predicate returnstrue.Methods in net.sf.eBus.feed.pattern with parameters of type MatchCondition Modifier and Type Method Description EventPattern.BuilderEventPattern.Builder. addSubordinate(String paramName, MatchCondition predicate)Adds a subordinate, conditional single component to the current multi-component.protected static booleanEPatternFeed. componentTest(ENotificationMessage e, EPatternFeed.AbstractMatchFrame mf, MatchCondition mc)EventPattern.BuilderEventPattern.Builder. matchCondition(MatchCondition p)Sets the component match condition to the given predicate.
-