Class FishingOutcomes

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

public class FishingOutcomes extends Object
  • Constructor Details

    • FishingOutcomes

      public FishingOutcomes()
  • Method Details

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