NAME

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

VERSION

Version 0.007

SYNOPSIS

use IO::Async::Loop;
use Net::Async::AMQP;
my $loop = IO::Async::Loop->new;
$loop->add(my $amqp = Net::Async::AMQP->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

INHERITED METHODS

IO::Async::Notifier

add_child, adopt_future, can_event, children, configure_unknown, debug_printf, get_loop, invoke_error, invoke_event, loop, make_event_cb, maybe_invoke_event, maybe_make_event_cb, new, notifier_name, parent, remove_child, remove_from_parent

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Licensed under the same terms as Perl itself.