public class RestActorClient<T extends Actor> extends RemoteRefRegistry
conf, currentObjectSocket, disconnectHandler, terminated| Constructor and Description |
|---|
RestActorClient(String host,
int port,
String actorPath,
Class clz) |
| Modifier and Type | Method and Description |
|---|---|
RestActorClient<T> |
connect() |
T |
getFacadeProxy() |
RestActorClient<T> |
map(Class... clz) |
RestActorClient<T> |
map(String s,
Class clz) |
protected void |
writeObject(ObjectSocket chan,
RemoteCallEntry rce) |
cleanUp, close, configureConfiguration, getConf, getDisconnectHandler, getPublishedActor, getPublishedCallback, getRemoteActors, getRemoteCallInterceptor, getScheduler, isTerminated, publishActor, receiveCBResult, receiveLoop, registerPublishedCallback, registerRemoteActorRef, registerRemoteRefDirect, remoteRefStopped, removePublishedObject, sendLoop, setDisconnectHandler, setRemoteCallInterceptor, setTerminated, singleReceive, singleSendLoop, stopRemoteRefs, unpublishActorpublic T getFacadeProxy()
getFacadeProxy in class RemoteRefRegistrypublic RestActorClient<T> connect()
protected void writeObject(ObjectSocket chan, RemoteCallEntry rce) throws Exception
writeObject in class RemoteRefRegistryExceptionpublic RestActorClient<T> map(String s, Class clz)
public RestActorClient<T> map(Class... clz)
Copyright © 2015. All rights reserved.