com.hammurapi.eventbus.local
Interface LocalEventDispatchContext<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>>
All Known Subinterfaces:
LocalEventDispatchJoinContext<E,P,C>

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

Event dispatch context with partially bound generic parameters.


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