Class PersistNothing
- java.lang.Object
-
- akka.persistence.typed.state.internal.PersistNothing
-
public class PersistNothing extends java.lang.Object
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description PersistNothing()
-
Method Summary
All Methods Static Methods Abstract Methods Concrete Methods Modifier and Type Method Description static boolean
canEqual(java.lang.Object x$1)
abstract static boolean
equals(java.lang.Object that)
static int
hashCode()
static int
productArity()
static java.lang.Object
productElement(int x$1)
static java.lang.String
productElementName(int n)
static scala.collection.Iterator<java.lang.String>
productElementNames()
static scala.collection.Iterator<java.lang.Object>
productIterator()
static java.lang.String
productPrefix()
static scala.Option<State>
state()
static akka.persistence.typed.state.internal.EffectImpl<State>
thenNoReply()
static <ReplyMessage>
ReplyEffect<State>thenReply(ActorRef<ReplyMessage> replyTo, Function<State,ReplyMessage> replyWithMessage)
static <ReplyMessage>
akka.persistence.typed.state.internal.EffectImpl<State>thenReply(ActorRef<ReplyMessage> replyTo, scala.Function1<State,ReplyMessage> replyWithMessage)
static EffectBuilder<State>
thenRun(Effect callback)
static <NewState extends State>
EffectBuilder<State>thenRun(Procedure<NewState> callback)
static akka.persistence.typed.state.internal.EffectImpl<State>
thenRun(scala.Function1<State,scala.runtime.BoxedUnit> chainedEffect)
static akka.persistence.typed.state.internal.EffectImpl<State>
thenStop()
static akka.persistence.typed.state.internal.EffectImpl<State>
thenUnstashAll()
static java.lang.String
toString()
-
-
-
Method Detail
-
productPrefix
public static java.lang.String productPrefix()
-
productArity
public static int productArity()
-
productElement
public static java.lang.Object productElement(int x$1)
-
productIterator
public static scala.collection.Iterator<java.lang.Object> productIterator()
-
canEqual
public static boolean canEqual(java.lang.Object x$1)
-
hashCode
public static int hashCode()
-
toString
public static java.lang.String toString()
-
thenRun
public static final <NewState extends State> EffectBuilder<State> thenRun(Procedure<NewState> callback)
-
thenRun
public static final EffectBuilder<State> thenRun(Effect callback)
-
thenReply
public static <ReplyMessage> ReplyEffect<State> thenReply(ActorRef<ReplyMessage> replyTo, Function<State,ReplyMessage> replyWithMessage)
-
state
public static scala.Option<State> state()
-
thenRun
public static akka.persistence.typed.state.internal.EffectImpl<State> thenRun(scala.Function1<State,scala.runtime.BoxedUnit> chainedEffect)
-
thenReply
public static <ReplyMessage> akka.persistence.typed.state.internal.EffectImpl<State> thenReply(ActorRef<ReplyMessage> replyTo, scala.Function1<State,ReplyMessage> replyWithMessage)
-
thenUnstashAll
public static akka.persistence.typed.state.internal.EffectImpl<State> thenUnstashAll()
-
thenNoReply
public static akka.persistence.typed.state.internal.EffectImpl<State> thenNoReply()
-
thenStop
public static akka.persistence.typed.state.internal.EffectImpl<State> thenStop()
-
equals
public abstract static boolean equals(java.lang.Object that)
-
productElementName
public static java.lang.String productElementName(int n)
-
productElementNames
public static scala.collection.Iterator<java.lang.String> productElementNames()
-
-