Class FishingOutcomes$
java.lang.Object
org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FishingOutcomes$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomplete()Complete fishing and return this messageConsume this message and continue with the nextConsume this message and continue with the nextFail fishing with a custom error message
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
FishingOutcomes$
public FishingOutcomes$()
-
-
Method Details
-
continueAndCollect
Consume this message and continue with the next -
continueAndIgnore
Consume this message and continue with the next -
complete
Complete fishing and return this message -
fail
Fail fishing with a custom error message
-