NAME
Net::Async::AMQP::Utils
VERSION
version 2.000
SYNOPSIS
DESCRIPTION
All functions are imported by default.
amqp_frame_info
Returns a string with information about the given AMQP frame.
amqp_frame_type
Takes the following parameters:
$frame - the Net::AMQP::Frame instance
Returns string representing type, typically the base class with Net::AMQP::Protocol prefix removed.
message_for_code
Returns the name (short message) corresponding to the given status code.
Example:
message_for_code(540) => 'not implemented'
description_for_code
Returns the description (long message) corresponding to the given status code.
type_for_code
Returns the type for the given status code - typically "channel" or "connection".
INHERITED METHODS
- Exporter
-
as_heavy, export, export_fail, export_ok_tags, export_tags, export_to_level, import, require_version
AUTHOR
Tom Molesworth <TEAM@cpan.org>
LICENSE
Licensed under the same terms as Perl itself, with additional licensing terms for the MQ spec to be found in share/amqp0-9-1.extended.xml
('a worldwide, perpetual, royalty-free, nontransferable, nonexclusive license to (i) copy, display, distribute and implement the Advanced Messaging Queue Protocol ("AMQP") Specification').