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

java.lang.Object
org.refcodes.observer.ChannelEqualWithEventMatcher<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 ChannelEqualWithEventMatcher<E extends GenericMetaDataEvent<?,?>> extends Object implements EventMatcher<E>
Matches the given channel with the channel stored in an event's meta data (CHANNEL EQUAL WITH).
  • Constructor Details

    • ChannelEqualWithEventMatcher

      public ChannelEqualWithEventMatcher(String aChannel)
      Instantiates a new channel equal with matcher impl.
      Parameters:
      aChannel - the channel
  • Method Details