| Package | Description |
|---|---|
| org.nustaq.kontraktor | |
| org.nustaq.kontraktor.routers |
| Modifier and Type | Method and Description |
|---|---|
void |
Actor.asyncstop() |
void |
Actor.close()
closes associated remote connection(s) if present.
|
void |
Actor.cyclic(long interval,
Callable<Boolean> toRun) |
void |
Actor.debounce(long timeout,
String tag,
Runnable toRun) |
void |
Actor.delayed(long millis,
Runnable toRun)
schedule an action or call delayed.
|
void |
Actor.execute(Runnable command)
just enqueue given runable to this actors mailbox and execute on the actor's thread
WARNING: the similar named method execInThreadPool() works different (bad naming)
|
DispatcherThread |
Actor.getCurrentDispatcher() |
IPromise |
Actor.getReport() |
IPromise<Monitorable[]> |
Actor.getSubMonitorables() |
void |
Actor.setServerMsgCallback(Callback<RemoteCallEntry> cb)
cb is invoked once the server sends back messages to a client,
the client does not necessary have an actor running but might simply connect
using ordinary mt code
|
void |
Actor.unpublish() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractKrouter.checkPingOnClients() |
void |
AbstractKrouter.init() |
void |
AbstractKrouter.pingServices() |
void |
SimpleKrouter.router$handleServiceDisconnect(Actor x) |
void |
HotColdFailoverKrouter.router$handleServiceDisconnect(Actor x) |
void |
HotHotFailoverKrouter.router$handleServiceDisconnect(Actor x) |
abstract void |
SingleActiveServiceKrouter.router$handleServiceDisconnect(Actor x) |
abstract void |
AbstractKrouter.router$handleServiceDisconnect(Actor disconnected) |
Copyright © 2019. All rights reserved.