The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with Myriad::Service::Remote at lib/Myriad/Service/Remote.pm (on the system that originally ran this). If you do edit this file, and don't want your changes to be removed, make sure you change the first line.
NAME
Myriad::Service::Remote - abstraction to access other services over the network.
SYNOPSIS
my $remote_service = $api->service_by_name('service');
await $remote_service->call_api('some_method', %args);
DESCRIPTION
storage
Returns a Myriad::Service::Storage::Remote instance to access the remote service public storage.
call_rpc
Call a method on the remote service.
it takes
rpc
- The remote method names.args
- A hash of the method arguments.
subscribe
Please use the Receiver
attribute in Myriad.
This method is implemented for the sake of compatibility with the framework specs.
it subscribes to a channel in the remote service.