EventEnvelope

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

Attributes

Companion
class
Source
EventEnvelope.scala
Graph
Supertypes
trait (Offset, String, Long, Any) => EventEnvelope
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(offset: Offset, persistenceId: String, sequenceNr: Long, event: Any, timestamp: Long): EventEnvelope

Attributes

Source
EventEnvelope.scala
def apply(offset: Offset, persistenceId: String, sequenceNr: Long, event: Any, timestamp: Long, meta: Option[Any]): EventEnvelope

Attributes

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

Attributes

Source
EventEnvelope.scala

Deprecated methods

override def apply(offset: Offset, persistenceId: String, sequenceNr: Long, event: Any): EventEnvelope

Attributes

Deprecated
true
Definition Classes
Source
EventEnvelope.scala

Inherited methods

def curried: Offset => String => Long => Any => EventEnvelope

Attributes

Inherited from:
Function4
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function4 -> Any
Inherited from:
Function4
def tupled: ((Offset, String, Long, Any)) => EventEnvelope

Attributes

Inherited from:
Function4