NAME

Net::Async::AMQP - provides client interface to AMQP using IO::Async

VERSION

version 0.002

SYNOPSIS

use IO::Async::Loop;
use Net::Async::AMQP;
my $amqp = Net::Async::AMQP->new(loop => my $loop = IO::Async::Loop->new);
$amqp->connect(
  host => 'localhost',
  username => 'guest',
  password => 'guest',
  on_connected => sub {
  }
);

DESCRIPTION

ACCESSORS

METHODS

PROXIED METHODS

The following methods are proxied to the Net::Async::AMQP class.

cancel

Cancels the given consumer.

delete

Deletes this queue.

SEE ALSO

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Licensed under the same terms as Perl itself.