Class EventEnvelope$
- All Implemented Interfaces:
Serializable,scala.Function5<Offset,String, Object, Object, Object, EventEnvelope>
public class EventEnvelope$
extends scala.runtime.AbstractFunction5<Offset,String,Object,Object,Object,EventEnvelope>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventEnvelope$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction5
curried, toString, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function5
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
EventEnvelope$
public EventEnvelope$()
-
-
Method Details
-
apply
public EventEnvelope apply(Offset offset, String persistenceId, long sequenceNr, Object event, long timestamp) -
apply
public EventEnvelope apply(Offset offset, String persistenceId, long sequenceNr, Object event, long timestamp, scala.Option<Object> meta) -
unapply
-