package messages
The messages passed between actors.
- Alphabetic
- By Inheritance
- messages
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- class BindingMessage extends Message
- class ExceptionMessage extends ItemMessage
-
class
ItemMessage extends Message
A item that flows between two ports.
- class Message extends AnyRef
- class Metadata extends AnyRef
- class PipelineMessage extends ItemMessage
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.