Package org.nustaq.kontraktor
package org.nustaq.kontraktor
-
ClassDescriptionBaseclass for actor/eventloop implementations.ActorProxy<T extends Actor>tagging interface.Copyright (c) 2012, Ruediger Moeller.if await is used on a Promise to wait for its result (non-blocking!)Callback<T>Typically used to receive/stream results from outside the actor.IPromise<T>IPromise interface.KFlow<T>Created by ruedi on 26/03/15.Created by ruedi on 09/05/15.Promise<T>implementation of the IPromise interface.Scheduler manages scheduling of actors to threads.Spore<I,
O> A Spore is sent to a foreign actor executes on its data and sends results back to caller.Created by ruedi on 07.11.2014.