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

NAME

Myriad::RPC - microservice RPC abstraction

SYNOPSIS

 my $rpc = $myriad->rpc;

DESCRIPTION

Exceptions

InvalidRequest

Returned when there is issue parsing the request, or if the request parameters are incomplete.

MethodNotFound

Returned if the requested method is not recognized by the service.

Timeout

Returned when there is an external timeout or the request deadline is already passed.

BadEncoding

Returned when the service is unable to decode/encode the request correctly.

UnknownTransport

RPC transport does not exist.

METHODS

AUTHOR

Deriv Group Services Ltd. DERIV@cpan.org.

See "CONTRIBUTORS" in Myriad for full details.

LICENSE

Copyright Deriv Group Services Ltd 2020-2021. Licensed under the same terms as Perl itself.