Remove optional traits in EventsBySliceQuery (#30953)

* EventTimestampQuery and LoadEventQuery are optional, and it was an
  oversight to add them to EventsBySliceQuery
* javadsl is ok
This commit is contained in:
Patrik Nordwall 2021-12-01 14:34:30 +01:00 committed by GitHub
parent b336371013
commit da564dc7ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ import akka.stream.scaladsl.Source
* API May Change * API May Change
*/ */
@ApiMayChange @ApiMayChange
trait EventsBySliceQuery extends ReadJournal with EventTimestampQuery with LoadEventQuery { trait EventsBySliceQuery extends ReadJournal {
/** /**
* Query events for given slices. A slice is deterministically defined based on the persistence id. The purpose is to * Query events for given slices. A slice is deterministically defined based on the persistence id. The purpose is to