Package akka.actor.testkit.typed.javadsl
Class FishingOutcomes$
- java.lang.Object
-
- akka.actor.testkit.typed.javadsl.FishingOutcomes$
-
public class FishingOutcomes$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static FishingOutcomes$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description FishingOutcomes$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FishingOutcome
complete()
Complete fishing and return this messageFishingOutcome
continueAndCollect()
Consume this message and continue with the nextFishingOutcome
continueAndIgnore()
Consume this message and continue with the nextFishingOutcome
fail(java.lang.String error)
Fail fishing with a custom error message
-
-
-
Field Detail
-
MODULE$
public static final FishingOutcomes$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
continueAndCollect
public FishingOutcome continueAndCollect()
Consume this message and continue with the next
-
continueAndIgnore
public FishingOutcome continueAndIgnore()
Consume this message and continue with the next
-
complete
public FishingOutcome complete()
Complete fishing and return this message
-
fail
public FishingOutcome fail(java.lang.String error)
Fail fishing with a custom error message
-
-