Class Unhandled
java.lang.Object
org.apache.pekko.persistence.typed.internal.Unhandled
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanabstract static booleanstatic scala.collection.immutable.Seq<Event>events()static inthashCode()static intstatic ObjectproductElement(int x$1) static StringproductElementName(int n) static scala.collection.Iterator<String>static scala.collection.Iterator<Object>static Stringstatic org.apache.pekko.persistence.typed.internal.EffectImpl<Event,State> static <ReplyMessage>
ReplyEffect<Event,State> static <ReplyMessage>
org.apache.pekko.persistence.typed.internal.EffectImpl<Event,State> static final EffectBuilder<Event,State> static final <NewState extends State>
EffectBuilder<Event,State> static org.apache.pekko.persistence.typed.internal.EffectImpl<Event,State> thenRun(scala.Function1<State, scala.runtime.BoxedUnit> chainedEffect) static org.apache.pekko.persistence.typed.internal.EffectImpl<Event,State> thenStop()static org.apache.pekko.persistence.typed.internal.EffectImpl<Event,State> static StringtoString()
-
Constructor Details
-
Unhandled
public Unhandled()
-
-
Method Details
-
productPrefix
-
productArity
public static int productArity() -
productElement
-
productIterator
-
canEqual
-
hashCode
public static int hashCode() -
toString
-
thenRun
public static final <NewState extends State> EffectBuilder<Event,State> thenRun(Procedure<NewState> callback) -
thenRun
-
thenReply
public static <ReplyMessage> ReplyEffect<Event,State> thenReply(ActorRef<ReplyMessage> replyTo, Function<State, ReplyMessage> replyWithMessage) -
events
public static scala.collection.immutable.Seq<Event> events() -
thenRun
public static org.apache.pekko.persistence.typed.internal.EffectImpl<Event,State> thenRun(scala.Function1<State, scala.runtime.BoxedUnit> chainedEffect) -
thenReply
public static <ReplyMessage> org.apache.pekko.persistence.typed.internal.EffectImpl<Event,State> thenReply(ActorRef<ReplyMessage> replyTo, scala.Function1<State, ReplyMessage> replyWithMessage) -
thenUnstashAll
public static org.apache.pekko.persistence.typed.internal.EffectImpl<Event,State> thenUnstashAll() -
thenNoReply
public static org.apache.pekko.persistence.typed.internal.EffectImpl<Event,State> thenNoReply() -
thenStop
public static org.apache.pekko.persistence.typed.internal.EffectImpl<Event,State> thenStop() -
equals
-
productElementName
-
productElementNames
-