public interface EventSource
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
Input<UnitOfWorkDomainEventsValue,IOException> |
events(long offset,
long limit)
Get list of UnitOfWorkDomainEventsValue after the given offset.
|
Input<UnitOfWorkDomainEventsValue,IOException> events(long offset, long limit)
To get the first set of events, use 0 as offset parameter to get events from the start.
offset - where in the list of events to startlimit - maximum number of events returnedlong count()