NAME
Net::Stomp::MooseHelpers - set of helper roles and types to deal with Net::Stomp
VERSION
version 3.0
DESCRIPTION
This distribution provides two roles, Net::Stomp::MooseHelpers::CanConnect and Net::Stomp::MooseHelpers::CanSubscribe, that you can consume in your classes to simplify connecting and subscribing via Net::Stomp.
Net::Stomp::MooseHelpers::CanConnect
can be paired with Net::Stomp::MooseHelpers::TraceStomp to dump every frame to disk, or with Net::Stomp::MooseHelpers::TraceOnly to never touch the network. Net::Stomp::MooseHelpers::ReadTrace provides functions to read back the dumped frames.
We also provide some types (Net::Stomp::MooseHelpers::Types) and exception classes (Net::Stomp::MooseHelpers::Exceptions).
AUTHOR
Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Net-a-porter.com.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.