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-2022. Licensed under the same terms as Perl itself.