com.hammurapi.eventbus.local
Interface LocalMatcher<E,P extends Comparable<P>,C,S extends EventStore<E,P,C,AbstractEventBus.Handle<E,P,C,Long>,S>>

Show UML class diagram
Type Parameters:
E -
P -
C -
S -
All Superinterfaces:
Matcher<E,P,C,Long,AbstractEventBus.Handle<E,P,C,Long>,S>
All Known Implementing Classes:
LocalPredicateChainingMatcher, LocalSimpleMatcher

public interface LocalMatcher<E,P extends Comparable<P>,C,S extends EventStore<E,P,C,AbstractEventBus.Handle<E,P,C,Long>,S>>
extends Matcher<E,P,C,Long,AbstractEventBus.Handle<E,P,C,Long>,S>

Matcher with partially bound generic parameters.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hammurapi.eventbus.Matcher
Matcher.HandlerManager<E,P extends Comparable<P>,C,K,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>>
 
Method Summary
 
Methods inherited from interface com.hammurapi.eventbus.Matcher
addHandler, manageHandlers, match, removeHandlers, reset, setEventBus, takeSnapshot