RepositoryReader

edomata.backend.eventsourcing.RepositoryReader
See theRepositoryReader companion object
trait RepositoryReader[F[_], S, E, R]

Attributes

Companion:
object
Source:
RepositoryReader.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def get(streamId: StreamId): F[AggregateState[S, E, R]]

Attributes

Source:
RepositoryReader.scala
def history(streamId: StreamId): Stream[F, AggregateState[S, E, R]]

Attributes

Source:
RepositoryReader.scala