Uses of Annotation Interface
org.nustaq.kontraktor.annotations.Local
Packages that use Local
-
Uses of Local in org.nustaq.kontraktor
Methods in org.nustaq.kontraktor with annotations of type LocalModifier and TypeMethodDescriptionvoidActor.asyncstop()voidActor.close()closes associated remote connection(s) if present.voidvoidvoidschedule an action or call delayed.voidjust enqueue given runable to this actors mailbox and execute on the actor's thread WARNING: the similar named method execInThreadPool() works different (bad naming)Actor.getCurrentDispatcher()Actor.getReport()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 LocalModifier and TypeMethodDescriptionvoidAbstractKrouter.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)