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 messages

    The messages passed between actors.

    The messages passed between actors.

    Definition Classes
    jafpl
  • BindingMessage
  • ExceptionMessage
  • ItemMessage
  • Message
  • Metadata
  • PipelineMessage

object Metadata

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

Value Members

  1. val ANY: Metadata
  2. val BLANK: Metadata
  3. val BOOLEAN: Metadata
  4. val EXCEPTION: Metadata
  5. val NUMBER: Metadata
  6. val STRING: Metadata