fix up refs to Akka in source code (#374)
* fix up refs to Akka in source code * Update distributed-data.md
This commit is contained in:
parent
7d896338e3
commit
1612950702
76 changed files with 106 additions and 110 deletions
|
|
@ -28,7 +28,7 @@ trait DurableStateStorePagedPersistenceIdsQuery[A] extends DurableStateStore[A]
|
|||
/**
|
||||
* Get the current persistence ids.
|
||||
*
|
||||
* Not all plugins may support in database paging, and may simply use drop/take Akka streams operators
|
||||
* Not all plugins may support in database paging, and may simply use drop/take Pekko streams operators
|
||||
* to manipulate the result set according to the paging parameters.
|
||||
*
|
||||
* @param afterId The ID to start returning results from, or empty to return all ids. This should be an id returned
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ trait PagedPersistenceIdsQuery extends ReadJournal {
|
|||
/**
|
||||
* Get the current persistence ids.
|
||||
*
|
||||
* Not all plugins may support in database paging, and may simply use drop/take Akka streams operators
|
||||
* Not all plugins may support in database paging, and may simply use drop/take Pekko streams operators
|
||||
* to manipulate the result set according to the paging parameters.
|
||||
*
|
||||
* @param afterId The ID to start returning results from, or empty to return all ids. This should be an id returned
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ trait DurableStateStorePagedPersistenceIdsQuery[A] extends DurableStateStore[A]
|
|||
/**
|
||||
* Get the current persistence ids.
|
||||
*
|
||||
* Not all plugins may support in database paging, and may simply use drop/take Akka streams operators
|
||||
* Not all plugins may support in database paging, and may simply use drop/take Pekko streams operators
|
||||
* to manipulate the result set according to the paging parameters.
|
||||
*
|
||||
* @param afterId The ID to start returning results from, or [[None]] to return all ids. This should be an id
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ trait PagedPersistenceIdsQuery extends ReadJournal {
|
|||
/**
|
||||
* Get the current persistence ids.
|
||||
*
|
||||
* Not all plugins may support in database paging, and may simply use drop/take Akka streams operators
|
||||
* Not all plugins may support in database paging, and may simply use drop/take Pekko streams operators
|
||||
* to manipulate the result set according to the paging parameters.
|
||||
*
|
||||
* @param afterId The ID to start returning results from, or [[None]] to return all ids. This should be an id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue