Packages

o

akka.actor.testkit.typed.javadsl

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. def complete(): FishingOutcome

    Complete fishing and return this message

  2. def continue(): FishingOutcome

    Consume this message and continue with the next

  3. def continueAndIgnore(): FishingOutcome

    Consume this message and continue with the next

  4. def fail(error: String): FishingOutcome

    Fail fishing with a custom error message