Added skel for our Writer class:
It connect and identifies just fine, but no API for publishing right now. Signed-off-by: Pedro Melo <melo@simplicidade.org>
This commit is contained in:
14
lib/AnyEvent/NSQ/Writer.pm
Normal file
14
lib/AnyEvent/NSQ/Writer.pm
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
package AnyEvent::NSQ::Writer;
|
||||||
|
|
||||||
|
# ABSTRACT: a NSQ.io asynchronous producer
|
||||||
|
# VERSION
|
||||||
|
# AUTHORITY
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
use Carp 'croak';
|
||||||
|
|
||||||
|
use parent 'AnyEvent::NSQ::Client';
|
||||||
|
|
||||||
|
|
||||||
|
1;
|
||||||
Reference in New Issue
Block a user