package util
Utility classes.
- Alphabetic
- By Inheritance
- util
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- class DeadLetterListener extends Actor
- class DefaultErrorListener extends ErrorListener
- class DefaultTraceEventManager extends TraceEventManager
- trait ErrorListener extends AnyRef
- trait ItemComparator extends AnyRef
- trait ItemTester extends AnyRef
- trait TraceEventManager extends AnyRef
Value Members
- object DefaultTraceEventManager
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.