Uses of Class
org.nustaq.kontraktor.annotations.Local
| Package | Description |
|---|---|
| org.nustaq.kontraktor | |
| org.nustaq.kontraktor.routers |
-
Uses of Local in org.nustaq.kontraktor
Methods in org.nustaq.kontraktor with annotations of type Local Modifier and Type Method Description voidActor. asyncstop()voidActor. close()closes associated remote connection(s) if present.voidActor. cyclic(long interval, java.util.concurrent.Callable<java.lang.Boolean> toRun)voidActor. debounce(long timeout, java.lang.String tag, java.lang.Runnable toRun)voidActor. delayed(long millis, java.lang.Runnable toRun)schedule an action or call delayed.voidActor. execute(java.lang.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)DispatcherThreadActor. getCurrentDispatcher()IPromiseActor. getReport()IPromise<Monitorable[]>Actor. getSubMonitorables()voidActor. 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 codevoidActor. unpublish() -
Uses of Local in org.nustaq.kontraktor.routers
Methods in org.nustaq.kontraktor.routers with annotations of type Local Modifier and Type Method Description voidAbstractKrouter. checkPingOnClients()voidAbstractKrouter. init()voidAbstractKrouter. pingServices()abstract voidAbstractKrouter. router$handleServiceDisconnect(Actor disconnected)voidHotColdFailoverKrouter. router$handleServiceDisconnect(Actor x)voidHotHotFailoverKrouter. router$handleServiceDisconnect(Actor x)voidSimpleKrouter. router$handleServiceDisconnect(Actor x)abstract voidSingleActiveServiceKrouter. router$handleServiceDisconnect(Actor x)