Changes for version 0.002_01
- Add more core roles for use by extensions which need to make a connection.
- Rename to Message::Passing, as it's a better description of what we do, and will cause less confusion with other projects.
Documentation
table of contents for Message::Passing documentation
The concepts behind the framework
Common recipies
Modules
a perl subset of Logstash <http://logstash.net>
An easy way to make chains of logstash objects.
Build a set of logstash chains using symbolic names
Filter all messages out.
Delay messages for some time.
Filter a subset of messages out.
Filter no messages out.
Send a message stream to multiple outputs.
File tailing input
Null input
STDIN input
Output to call back into your code
File output
/dev/null for logstash messages
STDOUT output
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