AnyEvent-Stomper

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  - POD improved.
  - Light refactoring.

0.14 Thu Dec 29 15:16:45 MSK 2016
  - Weakened one more circular reference.

0.12 Wed Dec 14 17:03:50 MSK 2016
  - Light changes in POD.

0.10 Tue Dec 13 14:40:05 MSK 2016
  - The "on_receipt" and "on_message" callbacks now must be specified without
    hash reference. Backward compatible was broken.

0.08 Wed Nov 16 11:33:55 MSK 2016
  - Fixed incorrect example in POD.

0.06 Tue Nov 15 17:03:20 MSK 2016
  - Fixes in POD.

0.04 Tue Nov 15 15:02:45 MSK 2016
  - Renamed parameter "heart_beat" to "heartbeat".

lib/AnyEvent/Stomper/Error.pm  view on Meta::CPAN

1;
__END__

=head1 NAME

AnyEvent::Stomper::Error - Class of error for AnyEvent::Stomper

=head1 DESCRIPTION

Class of error for L<AnyEvent::Stomper>. Objects of this class can be passed
to callbacks.

=head1 CONSTRUCTOR

=head2 new( $err_msg, $err_code [, $frame ] )

Creates error object.

=head1 METHODS

=head2 message()

lib/AnyEvent/Stomper/Frame.pm  view on Meta::CPAN

1;
__END__

=head1 NAME

AnyEvent::Stomper::Frame - Class of STOMP frame for AnyEvent::Stomper

=head1 DESCRIPTION

Class of frame for L<AnyEvent::Stomper>. Objects of this class can be passed
to callbacks.

=head1 CONSTRUCTOR

=head2 new( $command, \%headers [, $body ] )

Creates error object.

=head1 METHODS

=head2 command()



( run in 2.134 seconds using v1.01-cache-2.11-cpan-9b1e4054eb1 )