NAME
Lim::RPC::Transports - Lim's RPC transport loader and container
VERSION
See Lim for version.
SYNOPSIS
use Lim::RPC::Transports;
$transport = Lim::RPC::Transports->instance->transport('name');
METHODS
- $instance = Lim::RPC::Transports->instance
-
Returns the singelton instance of this class.
- $instance->load
-
Loads all classes that exists on the system under Lim::RPC::Transport::. Returns the reference to itself even on error.
- $transport = $instance->transport($name, ...)
AUTHOR
Jerry Lundström, <lundstrom.jerry at gmail.com>
BUGS
Please report any bugs or feature requests to https://github.com/jelu/lim/issues.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Lim::RPC::Transports
You can also look for information at:
Lim issue tracker (report bugs here)
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2012-2013 Jerry Lundström.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.