EventEnvelope

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

Attributes

Companion
class
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
def apply(offset: Offset, persistenceId: String, sequenceNr: Long, event: Any, timestamp: Long, meta: Option[Any]): EventEnvelope
def unapply(arg: EventEnvelope): Option[(Offset, String, Long, Any)]

Deprecated methods

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

Attributes

Deprecated
true
Definition Classes

Inherited methods

def curried: T1 => T2 => T3 => T4 => R

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: ((T1, T2, T3, T4)) => R

Attributes

Inherited from:
Function4