Class FishingOutcomes$

java.lang.Object
org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes$

public class FishingOutcomes$ extends Object
  • Field Details

    • MODULE$

      public static final FishingOutcomes$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • FishingOutcomes$

      public FishingOutcomes$()
  • Method Details

    • 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(String error)
      Fail fishing with a custom error message