Packages

  • package root

    Just Another Fine Pipeline Language

    Just Another Fine Pipeline Language

    This is a pipeline framework. It’s built on top of Akka actors to support arbitrary data flow pipelines. It is wholly agnostic to the kinds of data that flow through the pipelines and the implementations of the steps that process them.

    See http://jafpl.com/ for more general information.

    Definition Classes
    root
  • package com

    The com package.

    The com package.

    Nothing to see here, keep going deeper.

    Definition Classes
    root
  • package jafpl

    The jafpl package.

    The jafpl package.

    Nothing to see here either, keep going deeper.

    Definition Classes
    com
  • package config

    Jafpl configuration

  • package exceptions

    Exceptions thrown.

  • package graph

    The graph construction APIs.

    The graph construction APIs.

    A graph is returned by a com.jafpl.config.Jafpl configuration. The core type of a graph is the Node. Nodes cannot be created directly; instead they are created in the Graph or in a container (via its ContainerStart) through methods on those objects.

  • package injection
  • package messages

    The messages passed between actors.

  • package runtime

    The graph runtime APIs.

  • package sbt
  • package steps

    Step and step-related traits.

  • package util

    Utility classes.

p

com

jafpl

package jafpl

The jafpl package.

Nothing to see here either, keep going deeper.

Linear Supertypes
AnyRef, Any

Inherited from AnyRef

Inherited from Any

Ungrouped