Package akka.actor.testkit.typed.javadsl
Class FishingOutcomes
- java.lang.Object
-
- akka.actor.testkit.typed.javadsl.FishingOutcomes
-
public class FishingOutcomes extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FishingOutcomes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FishingOutcome
complete()
Complete fishing and return this messagestatic FishingOutcome
continueAndCollect()
Consume this message and continue with the nextstatic FishingOutcome
continueAndIgnore()
Consume this message and continue with the nextstatic FishingOutcome
fail(java.lang.String error)
Fail fishing with a custom error message
-
-
-
Method Detail
-
continueAndCollect
public static FishingOutcome continueAndCollect()
Consume this message and continue with the next
-
continueAndIgnore
public static FishingOutcome continueAndIgnore()
Consume this message and continue with the next
-
complete
public static FishingOutcome complete()
Complete fishing and return this message
-
fail
public static FishingOutcome fail(java.lang.String error)
Fail fishing with a custom error message
-
-