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:
parent
b336371013
commit
da564dc7ce
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import akka.stream.scaladsl.Source
|
|||
* API May Change
|
||||
*/
|
||||
@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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue