public interface EventStore
| Modifier and Type | Method and Description |
|---|---|
StoreEntry |
get(String uuid,
Auths auths)
Get a specific StoreEntry with the given ID
|
org.calrissian.mango.collect.CloseableIterable<StoreEntry> |
query(Date start,
Date end,
org.calrissian.mango.criteria.domain.Node node,
Auths auths)
Query the store using criteria specified
|
void |
save(Iterable<StoreEntry> events)
Persists a set of StoreEntry objects into the event store
|
void save(Iterable<StoreEntry> events)
events - Exceptionorg.calrissian.mango.collect.CloseableIterable<StoreEntry> query(Date start, Date end, org.calrissian.mango.criteria.domain.Node node, Auths auths)
start - end - node - auths - StoreEntry get(String uuid, Auths auths)
uuid - auths - Copyright © 2014 Calrissian. All Rights Reserved.