Packages

o

akka.actor.testkit.typed.scaladsl

FishingOutcomes

object FishingOutcomes

Source
TestProbe.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FishingOutcomes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val complete: FishingOutcome

    Complete fishing and return all messages up until this

  2. val continue: FishingOutcome

    Consume this message, collect it into the result, and continue with the next message

  3. val continueAndIgnore: FishingOutcome

    Consume this message, but do not collect it into the result, and continue with the next message

  4. def fail(message: String): FishingOutcome

    Fail fishing with a custom error message