| Package | Description |
|---|---|
| io.vlingo.xoom.actors | |
| io.vlingo.xoom.actors.testkit |
| Modifier and Type | Method and Description |
|---|---|
Protocols |
World.actorFor(Class<?>[] protocols,
Class<? extends Actor> type,
Object... parameters)
Answers a
Protocols that provides one or more supported protocols for the
newly created Actor according to definition. |
Protocols |
Stage.actorFor(Class<?>[] protocols,
Class<? extends Actor> type,
Object... parameters)
Answers a
Protocols that provides one or more supported protocols for the
newly created Actor according to definition. |
Protocols |
World.actorFor(Class<?>[] protocols,
Definition definition)
Answers a
Protocols that provides one or more supported protocols for the
newly created Actor according to definition. |
Protocols |
Stage.actorFor(Class<?>[] protocols,
Definition definition)
Answers a
Protocols that provides one or more supported protocols for the
newly created Actor according to definition. |
Protocols |
Stage.actorFor(Class<?>[] protocols,
Definition definition,
Actor parent,
Supervisor maybeSupervisor,
Logger logger)
Answers a
Protocols that provides one or more supported protocols for the
newly created Actor according to definition. |
protected Protocols |
Actor.childActorFor(Class<?>[] protocols,
Definition definition)
Answers the
Protocols for the child Actor to be created by this parent Actor. |
Protocols |
Stage.testActorFor(Class<?>[] protocols,
Definition definition)
Answers a
Protocols that provides one or more supported protocols for the
newly created Actor according to definition, that can be used for testing. |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,D,E> |
Protocols.five(Protocols protocols) |
static <A,B,C,D> Protocols.Four<A,B,C,D> |
Protocols.four(Protocols protocols) |
static <A,B,C> Protocols.Three<A,B,C> |
Protocols.three(Protocols protocols) |
static <A,B> Protocols.Two<A,B> |
Protocols.two(Protocols protocols) |
| Constructor and Description |
|---|
Five(Protocols protocols) |
Four(Protocols protocols) |
Three(Protocols protocols) |
Two(Protocols protocols) |
| Modifier and Type | Method and Description |
|---|---|
Protocols |
TestWorld.actorFor(Class<?>[] protocols,
Definition definition) |
Copyright © 2021. All rights reserved.