-
-
26 Jul 2020 18:03:43 UTC
- Distribution: AnyEvent-RabbitMQ-Fork
- Module version: 0.6
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (92 / 0 / 0)
- Kwalitee
Bus factor: 1- 22.66% Coverage
- License: perl_5
- Perl: v5.6.1
- Activity
24 month- Tools
- Download (18.7KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
William Cox
NAME
AnyEvent::RabbitMQ::Fork::Channel - Facade over AnyEvent::RabbitMQ::Channel
SYNOPSIS
my $ch = $rf->open_channel; $ch->declare_exchange(exchange => 'test_exchange');
DESCRIPTION
This module provides an API to AnyEvent::RabbitMQ::Channel that is running in a fork maintained by AnyEvent::RabbitMQ::Fork. Note that this is a facade and not a subclass. It does however attempt to honor the public interface of the real thing.
There are some undocumented features of the real module that are not implemented here. I leave that as an excercise for the reader to discover. At such a time as those features appear to become formalized, I will expose them here.
ATTRIBUTES
- id Numerical ID assigned by the connection object and used in coordination with the server.
- is_open Indicator if this channel is open for use.
- is_active Indicator if the server has sent a
Channel.Flow
frame as a form of throttle control. Will be true if that is the case. - is_confirm Indicator if the channel is in confirm mode, meaning the server will Ack/Nack/Return every message published.
METHODS
Pretty well enumerated in AnyEvent::RabbitMQ::Channel.
AUTHOR
William Cox <mydimension@gmail.com>
COPYRIGHT
Copyright (c) 2014, the above named author(s).
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install AnyEvent::RabbitMQ::Fork, copy and paste the appropriate command in to your terminal.
cpanm AnyEvent::RabbitMQ::Fork
perl -MCPAN -e shell install AnyEvent::RabbitMQ::Fork
For more information on module installation, please visit the detailed CPAN module installation guide.