The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Beekeeper::JSONRPC::Notification - Representation of a JSON-RPC notification.

VERSION

Version 0.01

DESCRIPTION

Objects of this class represents a JSON-RPC notification (see http://www.jsonrpc.org/specification).

ACCESSORS

method

A string with the name of the method to be invoked.

params

An arbitrary data structure to be passed as parameters to the defined method.

id

It is always undef.

AUTHOR

José Micó, jose.mico@gmail.com

COPYRIGHT AND LICENSE

Copyright 2015 José Micó.

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

This software is distributed in the hope that it will be useful, but it is provided “as is” and without any express or implied warranties. For details, see the full text of the license in the file LICENSE.