| Package | Description |
|---|---|
| io.vlingo.xoom.actors | |
| io.vlingo.xoom.actors.plugin.completes | |
| io.vlingo.xoom.actors.testkit |
| Modifier and Type | Method and Description |
|---|---|
protected Stage |
Actor.stage()
Answers the
Stage of this Actor. |
Stage |
World.stage()
Answers the default
Stage, which is the Stage created when this World was started. |
protected Stage |
Actor.stageNamed(String name)
Answers the
Stage of the given name. |
Stage |
World.stageNamed(String name)
Answers the
Stage named by name, or the newly created Stage instance named by name
if the Stage does not already exist. |
Stage |
World.stageNamed(String name,
Class<? extends Stage> stageType,
AddressFactory addressFactory)
Answers the
Stage named by name, or the newly created Stage instance named by name
if the Stage does not already exist. |
| Modifier and Type | Method and Description |
|---|---|
static Actor |
__InternalOnlyAccessor.actorLookupOrStartThunk(Stage stage,
Definition definition,
Address address) |
static Actor |
__InternalOnlyAccessor.actorOf(Stage stage,
Address address) |
static Collection<Address> |
__InternalOnlyAccessor.allActorAddresses(Stage stage) |
static ClassLoader |
__InternalOnlyAccessor.classLoader(Stage stage) |
static Definition |
Definition.from(Stage stage,
Definition.SerializationProxy proxy,
Logger logger) |
void |
CompletesEventuallyProvider.initializeUsing(Stage stage) |
static Actor |
__InternalOnlyAccessor.rawLookupOrStart(Stage stage,
Definition definition,
Address address) |
static <T> T |
ActorProxyBase.thunk(Stage stage,
T arg) |
| Modifier and Type | Method and Description |
|---|---|
Stage |
World.stageNamed(String name,
Class<? extends Stage> stageType,
AddressFactory addressFactory)
Answers the
Stage named by name, or the newly created Stage instance named by name
if the Stage does not already exist. |
| Constructor and Description |
|---|
Environment(Stage stage,
Address address,
Definition definition,
Actor parent,
Mailbox mailbox,
Supervisor maybeSupervisor,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompletesEventuallyPool.initializeUsing(Stage stage) |
| Modifier and Type | Method and Description |
|---|---|
Stage |
TestWorld.stage() |
Stage |
TestWorld.stageNamed(String name) |
Copyright © 2021. All rights reserved.