Package com.persequor.event
Interface IRepositoryEventsQuery<T extends IRepositoryEventsQuery<T>>
- All Superinterfaces:
IEventsQuery<T>
- All Known Subinterfaces:
IElasticEventsQuery<T>
public interface IRepositoryEventsQuery<T extends IRepositoryEventsQuery<T>>
extends IEventsQuery<T>
-
Method Summary
Methods inherited from interface com.persequor.event.IEventsQuery
byAction, byAction, byBizLocation, byBizLocation, byBizStep, byBizStep, byBizTransaction, byBizTransaction, byDestination, byDestination, byDisposition, byDisposition, byEpcisEventId, byEpcisEventId, byEventTime, byEventType, byEventType, byGeEventTime, byGeRecordTime, byLtEventTime, byLtRecordTime, byMatchAnyEPC, byMatchAnyEPC, byMatchAnyEpcClass, byMatchAnyEpcClass, byMatchBizTransaction, byMatchBizTransaction, byMatchEpc, byMatchEpc, byMatchEpcClass, byMatchEpcClass, byMatchParentID, byMatchParentID, byReadPoint, byRecordTime, bySagaEventId, bySagaEventId, bySagaEventIdentifiers, bySource, bySource, filterRevertedEvents, withLimit, withOffset
-
Method Details
-
orderBy
-
execute
-
executeSingle
Optional<Event> executeSingle() throws QueryParameterException, QueryTooComplexException, EventRepositoryException, QueryTooLargeException
-