EventEnvelope

org.apache.pekko.persistence.query.typed.EventEnvelope
See theEventEnvelope companion class
object EventEnvelope

Attributes

Companion
class
Source
EventEnvelope.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[Event](offset: Offset, persistenceId: String, sequenceNr: Long, event: Event, timestamp: Long, entityType: String, slice: Int): EventEnvelope[Event]

Attributes

Source
EventEnvelope.scala
def create[Event](offset: Offset, persistenceId: String, sequenceNr: Long, event: Event, timestamp: Long, entityType: String, slice: Int): EventEnvelope[Event]

Attributes

Source
EventEnvelope.scala
def unapply[Event](arg: EventEnvelope[Event]): Option[(Offset, String, Long, Option[Event], Long)]

Attributes

Source
EventEnvelope.scala