StorageDriver

edomata.backend.cqrs.StorageDriver
trait StorageDriver[F[_], Codec[_], Handler[_]]

Attributes

Source:
Storage.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def build[S, N, R](using StateModelTC[S], Codec[S], Codec[N]): Resource[F, Storage[F, S, N, R]]

Attributes

Source:
Storage.scala
def build[S, N, R](handler: Handler[N])(using StateModelTC[S], Codec[S], Codec[N]): Resource[F, Storage[F, S, N, R]]

Attributes

Source:
Storage.scala