| Modifier and Type | Field and Description |
|---|---|
protected ActorClientConnector |
client |
protected Coding |
coding |
protected Class<T> |
facadeClass |
protected ThreadLocal<RemoteRefPolling> |
poller |
| Constructor and Description |
|---|
ActorClient(ActorClientConnector client,
Class<T> facadeClass,
Coding coding) |
| Modifier and Type | Method and Description |
|---|---|
IPromise<T> |
connect() |
IPromise<T> |
connect(int qsiz) |
IPromise<T> |
connect(int qsiz,
java.util.function.Consumer<Actor> discon) |
protected ActorClientConnector client
protected Coding coding
protected ThreadLocal<RemoteRefPolling> poller
public ActorClient(ActorClientConnector client, Class<T> facadeClass, Coding coding)
Copyright © 2015. All rights reserved.