Uses of Class
net.sf.eBus.feed.pattern.MatchEvent
-
Packages that use MatchEvent Package Description net.sf.eBus.feed.pattern This package contains specialized feeds extending the basic feeds innet.sf.eBus.client. -
-
Uses of MatchEvent in net.sf.eBus.feed.pattern
Fields in net.sf.eBus.feed.pattern with type parameters of type MatchEvent Modifier and Type Field Description static Predicate<MatchEvent>EventPattern. DEFAULT_CONDITIONDefault match event which always returnstrue.protected Predicate<MatchEvent>EPatternFeed. mConditionMatch event is posted to subscriber if-and-only-if the match event satisfies this condition.Methods in net.sf.eBus.feed.pattern that return MatchEvent Modifier and Type Method Description protected MatchEventMatchEvent.Builder. buildImpl()Returns a newMatchEventinstance based on this builder's configuration.Method parameters in net.sf.eBus.feed.pattern with type arguments of type MatchEvent Modifier and Type Method Description EventPattern.BuilderEventPattern.Builder. patternCondition(Predicate<MatchEvent> p)
-