Class FishingOutcomes$
- java.lang.Object
-
- akka.actor.testkit.typed.scaladsl.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 all messages up until thisFishingOutcome
continueAndIgnore()
Consume this message, but do not collect it into the result, and continue with the next messageFishingOutcome
fail(java.lang.String message)
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
-
complete
public FishingOutcome complete()
Complete fishing and return all messages up until this
-
continueAndIgnore
public FishingOutcome continueAndIgnore()
Consume this message, but do not collect it into the result, and continue with the next message
-
fail
public FishingOutcome fail(java.lang.String message)
Fail fishing with a custom error message
-
-