- Actor<SELF extends Actor> - Class in de.ruedigermoeller.kontraktor
-
Baseclass for actor implementations.
- Actor() - Constructor for class de.ruedigermoeller.kontraktor.Actor
-
required by bytecode magic.
- actorAdded(Actor) - Method in class de.ruedigermoeller.kontraktor.impl.DispatcherThread
-
- ActorProxy<T extends Actor> - Interface in de.ruedigermoeller.kontraktor
-
tagging interface.
- ActorProxyFactory - Class in de.ruedigermoeller.kontraktor.impl
-
To change this template use File | Settings | File Templates.
- ActorProxyFactory() - Constructor for class de.ruedigermoeller.kontraktor.impl.ActorProxyFactory
-
- ActorRunnable<T,R> - Interface in de.ruedigermoeller.kontraktor
-
Created by moelrue on 12.05.2014.
- Actors - Class in de.ruedigermoeller.kontraktor
-
Copyright (c) 2012, Ruediger Moeller.
- Actors() - Constructor for class de.ruedigermoeller.kontraktor.Actors
-
- actorStopped(Actor) - Method in class de.ruedigermoeller.kontraktor.impl.DispatcherThread
-
- add(E) - Method in class io.jaq.mpsc.MpscConcurrentQueue
-
- addAll(Collection<? extends E>) - Method in class io.jaq.mpsc.MpscConcurrentQueue
-
- AsActor(Class<? extends Actor>) - Static method in class de.ruedigermoeller.kontraktor.Actors
-
create an new actor.
- AsActor(Class<? extends Actor>, int) - Static method in class de.ruedigermoeller.kontraktor.Actors
-
create an new actor.
- AsActor(Class<? extends Actor>, DispatcherThread) - Static method in class de.ruedigermoeller.kontraktor.Actors
-
create an new actor dispatched in the given DispatcherThread
- Async(Callable<T>) - Static method in class de.ruedigermoeller.kontraktor.Actors
-
execute a callable asynchronously (in a different thread) and return a future
of the result (delivered in caller thread)