Package akka.actor.testkit.typed
Interface FishingOutcome
-
- All Known Subinterfaces:
FishingOutcome.ContinueOutcome
- All Known Implementing Classes:
FishingOutcome.Complete$
,FishingOutcome.Continue$
,FishingOutcome.ContinueAndIgnore$
,FishingOutcome.Fail
public interface FishingOutcome
Not for user extension.Instances are available from
FishingOutcomes
in the respective dsls:FishingOutcomes
andFishingOutcomes
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FishingOutcome.Complete$
static class
FishingOutcome.Continue$
static class
FishingOutcome.ContinueAndIgnore$
static interface
FishingOutcome.ContinueOutcome
static class
FishingOutcome.Fail
static class
FishingOutcome.Fail$
-