Occurrent 0.19.3 is released with some smaller improvements:
- Added two kotlin extension functions to DomainEventQueries:
queryForList
that just takes a filter and a “SortBy”queryForSequence
that just takes a filter and a “SortBy”
The reason for this is to avoid ambiguity with other extension function when only specifying these values.