Class FishingOutcomes$
java.lang.Object
org.apache.pekko.actor.testkit.typed.scaladsl.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 all messages up until thisConsume this message, but do not collect it into the result, and continue with the next messageFail 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
-
complete
Complete fishing and return all messages up until this -
continueAndIgnore
Consume this message, but do not collect it into the result, and continue with the next message -
fail
Fail fishing with a custom error message
-