| Package | Description |
|---|---|
| io.vlingo.xoom.actors | |
| io.vlingo.xoom.actors.testkit |
| Modifier and Type | Field and Description |
|---|---|
protected World |
Stage.world |
| Modifier and Type | Method and Description |
|---|---|
static World |
World.start(String name)
Answers a new
World with the given name and that is configured with
the contents of the xoom-actors.properties file. |
static World |
World.start(String name,
Configuration configuration)
Answers a new
World with the given name and that is configured with
the contents of the configuration. |
static World |
World.start(String name,
Properties properties)
Answers a new
World with the given name and that is configured with
the contents of the properties. |
static World |
World.startWithDefaults(String name)
Answers a new
World with the given name and that is configured with
the contents of the default Configuration of sensible settings. |
World |
World.world()
Answers this
World instance. |
World |
Stage.world()
Answers the
World instance of this Stage. |
World |
Registrar.world() |
| Modifier and Type | Method and Description |
|---|---|
static LoggerProvider |
LoggerProvider.standardLoggerProvider(World world,
String name) |
void |
Configuration.startPlugins(World world,
int pass) |
| Constructor and Description |
|---|
Stage(World world,
AddressFactory addressFactory,
String name)
Initializes the new
Stage of theworld, addressFactory, and with name. |
Stage(World world,
AddressFactory addressFactory,
String name,
int directoryBuckets,
int directoryInitialCapacity)
Initializes the new
Stage of theworld, addressFactory, name,
and Directory capacity of directoryBuckets and directoryInitialCapacity. |
| Modifier and Type | Method and Description |
|---|---|
World |
TestWorld.world() |
| Modifier and Type | Method and Description |
|---|---|
static TestWorld |
TestWorld.startWith(World world) |
Copyright © 2021. All rights reserved.