com.hammurapi.eventbus
Interface EventStore<E,P extends Comparable<P>,C,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>>

Show UML class diagram
Type Parameters:
E - Event type.
P - Priority type.
C - Context type.
H - Handle type.
S - Store self-type.
All Known Subinterfaces:
LocalEventStore<E,P,C>
All Known Implementing Classes:
LocalEventStoreImpl, LocalEventStoreImpl.LocalEventDeputyStore, LocalEventStoreImpl.LocalEventLiveView, LocalEventStoreImpl.LocalEventUnmodifiableStore

public interface EventStore<E,P extends Comparable<P>,C,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>>

Store of events (working memory).