package config
Jafpl configuration
- Alphabetic
- By Inheritance
- config
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
DefaultJafplConfigurer extends JafplConfigurer
The default com.jafpl.config.Jafpl configurer.
-
class
Jafpl extends AnyRef
An instance of Just Another Fine Pipeline Language.
-
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.
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.