Event

pekko.contrib.persistence.mongodb.Event
See theEvent companion object
case class Event(pid: String, sn: Long, payload: Payload, sender: Option[ActorRef], manifest: Option[String], writerUuid: Option[String])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def tags: Set[String]
def toEnvelope(offset: Offset): EventEnvelope
def toRepr: PersistentRepr

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product