Class UniversalIdEqualWithEventMatcher<E extends GenericMetaDataEvent<?,?>>

java.lang.Object
org.refcodes.observer.UniversalIdEqualWithEventMatcher<E>
Type Parameters:
E - THe matchee type.
All Implemented Interfaces:
org.refcodes.matcher.Matchable<E>, org.refcodes.matcher.Matcher<E>, org.refcodes.mixin.Schemable<org.refcodes.matcher.MatcherSchema>, EventMatcher<E>

public class UniversalIdEqualWithEventMatcher<E extends GenericMetaDataEvent<?,?>> extends Object implements EventMatcher<E>
Matches the given universal ID with the universal ID stored in an event's meta data (UNIVERSAL ID EQUAL WITH).
  • Constructor Details

    • UniversalIdEqualWithEventMatcher

      public UniversalIdEqualWithEventMatcher(String aUid)
      Instantiates a new Universal-ID equal with matcher impl.
      Parameters:
      aUid - the Universal-TID
  • Method Details