object EventEnvelope extends AbstractFunction4[Offset, String, Long, Any, EventEnvelope] with Serializable
- Source
- EventEnvelope.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventEnvelope
- Serializable
- Serializable
- AbstractFunction4
- Function4
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(offset: Offset, persistenceId: String, sequenceNr: Long, event: Any): EventEnvelope
- Definition Classes
- EventEnvelope → Function4
- def apply(offset: Offset, persistenceId: String, sequenceNr: Long, event: Any, timestamp: Long): EventEnvelope
-
def
curried: (Offset) ⇒ (String) ⇒ (Long) ⇒ (Any) ⇒ EventEnvelope
- Definition Classes
- Function4
- Annotations
- @unspecialized()
-
def
toString(): String
- Definition Classes
- Function4 → AnyRef → Any
-
def
tupled: ((Offset, String, Long, Any)) ⇒ EventEnvelope
- Definition Classes
- Function4
- Annotations
- @unspecialized()
- def unapply(arg: EventEnvelope): Option[(Offset, String, Long, Any)]