The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

DESCRIPTION

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

CONSTRUCTOR

new( $command, \%headers, $body )

Creates error object.

METHODS

command()

Gets command name

headers()

Gets frame headers

body()

Gets frame body

SEE ALSO

AnyEvent::Stomper

AUTHOR

Eugene Ponizovsky, <ponizovsky@gmail.com>

Sponsored by SMS Online, <dev.opensource@sms-online.com>

COPYRIGHT AND LICENSE

Copyright (c) 2016, Eugene Ponizovsky, SMS Online. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.