Class ActorClient<T extends Actor>
java.lang.Object
org.nustaq.kontraktor.remoting.base.ActorClient<T>
public class ActorClient<T extends Actor>
extends java.lang.Object
Created by ruedi on 10/05/15.
Base class of client role connections to remote actors (published)
-
Field Summary
Fields Modifier and Type Field Description protected ActorClientConnectorclientprotected Codingcodingprotected java.lang.Class<T>facadeClassprotected java.lang.ThreadLocal<RemoteRefPolling>poller -
Constructor Summary
Constructors Constructor Description ActorClient(ActorClientConnector client, java.lang.Class<T> facadeClass, Coding coding) -
Method Summary