Modifier and Type | Interface and Description |
---|---|
interface |
RemoteActorSender |
Modifier and Type | Class and Description |
---|---|
class |
AbstractActorSender
ActorSender is a convenience API for sending messages to other Actors,
which always using the actor's address as the "from" parameter and manages
query ids.
|
class |
LocalActorSender
ActorClient is a convenience API for sending messages to other Actors,
which always using the actor's address as the "from" parameter.
|
class |
SimpleActorSender
ActorClient is a convenience API for sending messages to other Actors,
which always using the actor's address as the "from" parameter.
|
Modifier and Type | Method and Description |
---|---|
ActorSender |
ActorClientFactory.createClient(java.lang.String uid,
java.lang.String resource)
Creates a new ActorClient with the user id and a suggested resource.
|
ActorSender |
SimpleActor.getSender()
Returns the ActorClient to the link for convenient message calls.
|
Modifier and Type | Method and Description |
---|---|
ActorSender |
LinkClient.getSender() |
Modifier and Type | Method and Description |
---|---|
ActorSender |
SimpleBamManager.createClient(java.lang.String address) |
ActorSender |
SimpleBamManager.createClient(java.lang.String uid,
java.lang.String resource) |
ActorSender |
BamManager.createClient(java.lang.String uid,
java.lang.String resource) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SimpleBamManager.createProxy(java.lang.Class<T> api,
BamActorRef to,
ActorSender sender) |
<T> T |
BamManager.createProxy(java.lang.Class<T> api,
BamActorRef to,
ActorSender sender) |
<T> T |
SimpleBamManager.createProxy(java.lang.Class<T> api,
java.lang.String to,
ActorSender sender) |
<T> T |
BamManager.createProxy(java.lang.Class<T> api,
java.lang.String to,
ActorSender sender) |
Modifier and Type | Method and Description |
---|---|
ActorSender |
ProxyActor.getSender() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
BamProxyFactory.createProxy(java.lang.Class<T> api,
BamActorRef to,
ActorSender sender,
long timeout) |
Modifier and Type | Method and Description |
---|---|
ActorSender |
BamFirstActorRouter.getSender() |
ActorSender |
BamAllActorRouter.getSender() |
ActorSender |
BamRouter.getSender() |
ActorSender |
BamFirstResultRouter.getSender() |
Constructor and Description |
---|
BamAllActorRouter(ActorSender sender,
boolean isForce,
BamActorRef... actors) |
BamFirstActorRouter(ActorSender sender,
long timeout,
BamActorRef... actors) |
BamFirstResultRouter(ActorSender sender,
long timeout,
BamActorRef... actors) |
Constructor and Description |
---|
ClusterRouteManager(ActorSender sender,
CloudPod pod) |
PodAllRemoteRouter(ActorSender sender,
java.lang.String uid,
CloudPod pod,
BamManager manager) |
PodAllRouter(ActorSender sender,
java.lang.String uid,
CloudPod pod,
BamManager manager) |
Modifier and Type | Method and Description |
---|---|
ActorSender |
LocalActorFactoryImpl.createClient(java.lang.String uid,
java.lang.String resource) |
Modifier and Type | Class and Description |
---|---|
class |
HmtpClient
HMTP client protocol
|
Modifier and Type | Method and Description |
---|---|
ActorSender |
BamConnectionResource.getConnection() |
Constructor and Description |
---|
BamConnectionResource(ActorSender connection) |
Modifier and Type | Method and Description |
---|---|
ActorSender |
ManagerClient.getSender() |
Constructor and Description |
---|
ManagerClient(ActorSender bamClient) |
ManagerClient(BamManager bamManager,
ActorSender bamClient) |
WebAppDeployClient(java.lang.String url,
ActorSender sender) |
Modifier and Type | Class and Description |
---|---|
class |
HmuxClient |
Modifier and Type | Method and Description |
---|---|
ActorSender |
ServletService.createAdminClient(java.lang.String uid)
Creates a bam client to the admin.
|
ActorSender |
ServletService.createAdminClient(java.lang.String uid,
java.lang.String resource)
Creates a bam client to the admin.
|
Constructor and Description |
---|
DeployClient(java.lang.String url,
ActorSender client) |