com.hammurapi.eventbus.local
Interface LocalEventDispatchJoinContext<E,P extends Comparable<P>,C>

Show UML class diagram
Type Parameters:
E -
P -
C -
All Superinterfaces:
EventDispatchContext<E,P,C,AbstractEventBus.Handle<E,P,C,Long>,LocalEventStore<E,P,C>>, EventDispatchJoinContext<E,P,C,AbstractEventBus.Handle<E,P,C,Long>,LocalEventStore<E,P,C>>, LocalEventDispatchContext<E,P,C>

public interface LocalEventDispatchJoinContext<E,P extends Comparable<P>,C>
extends LocalEventDispatchContext<E,P,C>, EventDispatchJoinContext<E,P,C,AbstractEventBus.Handle<E,P,C,Long>,LocalEventStore<E,P,C>>

Event dispatch join context with partially bound generic parameters.


Method Summary
 
Methods inherited from interface com.hammurapi.eventbus.EventDispatchJoinContext
consumeJoin, consumeJoin
 
Methods inherited from interface com.hammurapi.eventbus.EventDispatchContext
consume, consume, getEventStore, getMode, post, removeHandler, update