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

    Jafpl configuration

    Definition Classes
    jafpl
  • DefaultJafplConfigurer
  • Jafpl
  • JafplConfigurer
  • package exceptions

    Exceptions thrown.

    Exceptions thrown.

    Definition Classes
    jafpl
  • 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.

    Definition Classes
    jafpl
  • package injection
    Definition Classes
    jafpl
  • package messages

    The messages passed between actors.

    The messages passed between actors.

    Definition Classes
    jafpl
  • package runtime

    The graph runtime APIs.

    The graph runtime APIs.

    Definition Classes
    jafpl
  • package sbt
    Definition Classes
    jafpl
  • package steps

    Step and step-related traits.

    Step and step-related traits.

    Definition Classes
    jafpl
  • package util

    Utility classes.

    Utility classes.

    Definition Classes
    jafpl
p

com.jafpl

config

package config

Jafpl configuration

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class DefaultJafplConfigurer extends JafplConfigurer

    The default com.jafpl.config.Jafpl configurer.

  2. class Jafpl extends AnyRef

    An instance of Just Another Fine Pipeline Language.

  3. trait JafplConfigurer extends AnyRef

    A class for configuring a com.jafpl.config.Jafpl instance.

    A class for configuring a com.jafpl.config.Jafpl instance.

    The trait serves as an extension point. New Jafpl instances will be configured by calling a configurer.

Value Members

  1. object Jafpl

    Just Another Fine Pipeline Language.

    Just Another Fine Pipeline Language.

    This object is the factory for new instances of Jafpl.

Inherited from AnyRef

Inherited from Any

Ungrouped