Packages

object EventEnvelope extends AbstractFunction4[Offset, String, Long, Any, EventEnvelope] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventEnvelope
  2. Serializable
  3. Serializable
  4. AbstractFunction4
  5. Function4
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(offset: Offset, persistenceId: String, sequenceNr: Long, event: Any): EventEnvelope
    Definition Classes
    EventEnvelope → Function4
  2. def apply(offset: Offset, persistenceId: String, sequenceNr: Long, event: Any, timestamp: Long): EventEnvelope
  3. def curried: (Offset) ⇒ (String) ⇒ (Long) ⇒ (Any) ⇒ EventEnvelope
    Definition Classes
    Function4
    Annotations
    @unspecialized()
  4. def toString(): String
    Definition Classes
    Function4 → AnyRef → Any
  5. def tupled: ((Offset, String, Long, Any)) ⇒ EventEnvelope
    Definition Classes
    Function4
    Annotations
    @unspecialized()
  6. def unapply(arg: EventEnvelope): Option[(Offset, String, Long, Any)]