| Package | Description |
|---|---|
| org.nustaq.kontraktor |
| Modifier and Type | Method and Description |
|---|---|
void |
Actor.asyncstop() |
void |
Actor.close()
closes associated remote connection(s) if present.
|
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
|
DispatcherThread |
Actor.getCurrentDispatcher() |
IPromise |
Actor.getReport() |
IPromise<Monitorable[]> |
Actor.getSubMonitorables() |
IPromise |
Actor.ping()
can be used to wait for all messages having been processed and get a signal from the returned future once this is complete
|
Copyright © 2015. All rights reserved.