The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.006

  • Rip JSON encoders and decoders out of inputs and outputs, making them optional and/or replaceable. *NOTE* Current Input / Output code will need updating for this change!!
  • Allow Null encoders or decoders.

Documentation

table of contents for Message::Passing documentation
The concepts behind the framework

Modules

a simple way of doing messaging.
An easy way to make chains of Message::Passing components.
Build a set of chains using symbolic names
Filter all messages out.
Delay messages for some time.
Encodes data structures as JSON for output
Filter a subset of messages out.
Filter no messages out.
Send a message stream to multiple outputs.
Output to call back into your code
/dev/null for messages
Output for use in unit tests
A simple manager for inputs and outputs that need to make network connections.
Role for components which have a connection
Consumes messages
Handy role for building messaging scripts.

Provides

in lib/Message/Passing/Role/CLIComponent.pm
in lib/Message/Passing/Types.pm