Packages

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

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

Value Members

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

Deprecated Value Members

  1. def apply(offset: Offset, persistenceId: String, sequenceNr: Long, event: Any): EventEnvelope
    Definition Classes
    EventEnvelope → Function4
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.2) for binary compatibility