Net::AMQP::Frame::OOBMethod - AMQP wire-level out-of-band method Frame object


Net-AMQP documentation Contained in the Net-AMQP distribution.

Index


Code Index:

NAME

Top

Net::AMQP::Frame::OOBMethod - AMQP wire-level out-of-band method Frame object

DESCRIPTION

Top

Inherits from Net::AMQP::Frame::Method.

SEE ALSO

Top

Net::AMQP::Frame::Method

COPYRIGHT

Top

AUTHOR

Top

Eric Waters <ewaters@gmail.com>


Net-AMQP documentation Contained in the Net-AMQP distribution.
package Net::AMQP::Frame::OOBMethod;

use strict;
use warnings;
use base qw(Net::AMQP::Frame::Method);

__PACKAGE__->type_id(4);

our $VERSION = 0.01;

1;