Packages

package components

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AtomicExecutor extends StatelessComponent[Assignment, Future[Seq[AnyMsg]]]

    Runs AtomicProcesses and handles all necessary communication with the various stateless workflow actors.

  2. case class PreExecutionException(t: Throwable) extends Throwable with Product with Serializable
  3. class Reducer extends StatelessComponent[ReduceRequest, Seq[AnyMsg]]

    Takes New Process Instances -> Updated Workflow State, and either an immediate result or a list of requested computations Separated from StatelessExecActor to ensure the WorkflowState message is actually posted before the tasks are executed.

  4. class ResultListener extends StatelessComponent[PiiLog, Unit] with PiObservable[ObjectId] with SimplePiObservable[ObjectId]
  5. abstract class StatelessComponent[In, Out] extends Function[In, Out]

Value Members

  1. object ResultListener

Ungrouped