Package akka.persistence.typed.internal
Class SnapshotCountRetentionCriteriaImpl$
- java.lang.Object
-
- scala.runtime.AbstractFunction3<java.lang.Object,java.lang.Object,java.lang.Object,akka.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl>
-
- akka.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function3<java.lang.Object,java.lang.Object,java.lang.Object,akka.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl>
public class SnapshotCountRetentionCriteriaImpl$ extends scala.runtime.AbstractFunction3<java.lang.Object,java.lang.Object,java.lang.Object,akka.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SnapshotCountRetentionCriteriaImpl$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SnapshotCountRetentionCriteriaImpl$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl
apply(int snapshotEveryNEvents, int keepNSnapshots, boolean deleteEventsOnSnapshot)
java.lang.String
toString()
scala.Option<scala.Tuple3<java.lang.Object,java.lang.Object,java.lang.Object>>
unapply(akka.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl x$0)
-
-
-
Field Detail
-
MODULE$
public static final SnapshotCountRetentionCriteriaImpl$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function3<java.lang.Object,java.lang.Object,java.lang.Object,akka.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl>
- Overrides:
toString
in classscala.runtime.AbstractFunction3<java.lang.Object,java.lang.Object,java.lang.Object,akka.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl>
-
apply
public akka.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl apply(int snapshotEveryNEvents, int keepNSnapshots, boolean deleteEventsOnSnapshot)
-
unapply
public scala.Option<scala.Tuple3<java.lang.Object,java.lang.Object,java.lang.Object>> unapply(akka.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl x$0)
-
-