| Package | Description |
|---|---|
| io.vlingo.xoom.actors |
| Modifier and Type | Method and Description |
|---|---|
protected Stage.ActorProtocolActor<Object>[] |
Stage.actorProtocolFor(Class<?>[] protocols,
Definition definition,
Actor parent,
Address maybeAddress,
Mailbox maybeMailbox,
Supervisor maybeSupervisor,
Logger logger)
Answers the ActorProtocolActor[] for the newly created Actor instance.
|
protected Stage.ActorProtocolActor<Object>[] |
Stage.actorProtocolFor(Class<?>[] protocols,
Definition definition,
Actor parent,
Supervisor maybeSupervisor,
Logger logger)
Answers the ActorProtocolActor[] for the newly created Actor instance.
|
protected <T> Stage.ActorProtocolActor<T> |
Stage.actorProtocolFor(Class<T> protocol,
Definition definition,
Actor parent,
Address maybeAddress,
Mailbox maybeMailbox,
Supervisor maybeSupervisor,
Logger logger)
Answers the ActorProtocolActor for the newly created Actor instance.
|
static Stage.ActorProtocolActor<Object>[] |
Stage.ActorProtocolActor.allOf(Object[] protocolActors,
Actor actor) |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
Stage.ActorProtocolActor.toActors(Stage.ActorProtocolActor<Object>[] all) |
static TestActor<?>[] |
Stage.ActorProtocolActor.toTestActors(Stage.ActorProtocolActor<Object>[] all) |
Copyright © 2021. All rights reserved.