| Package | Description |
|---|---|
| io.vlingo.xoom.actors |
| Modifier and Type | Class and Description |
|---|---|
class |
UUIDAddressFactory |
| Modifier and Type | Method and Description |
|---|---|
AddressFactory |
World.addressFactory()
Answers the
AddressFactory for this World. |
AddressFactory |
Stage.addressFactory()
Answer my
addressFactory. |
AddressFactory |
Configuration.addressFactoryOr(Supplier<AddressFactory> addressFactorySupplier) |
| 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. |
Configuration |
Configuration.with(AddressFactory addressFactory) |
| Modifier and Type | Method and Description |
|---|---|
AddressFactory |
Configuration.addressFactoryOr(Supplier<AddressFactory> addressFactorySupplier) |
| 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. |
Copyright © 2021. All rights reserved.