DocumentCounterBehavior

works.iterative.pekko.service.impl.DocumentCounterBehavior

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed trait Command

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Next
case class Next(replyTo: ActorRef[Int]) extends Command

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(persistenceId: String): Behavior[Command]
def init(using system: ActorSystem[_]): Unit

Concrete fields

val EntityKey: EntityTypeKey[Command]