The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MOBY::Client::AsyncClient - brief overview here

SYNOPSIS

synopsis here ...

DESCRIPTION

This modules' description here.

AUTHORS

Edward Kawas (edward.kawas [at] gmail [dot] com)

SUBROUTINES

new

Creates a new AsyncClient object.

You can pass in a reference to MOBY::Client::ServiceInstance to initialize the client, or nothing at all.

execute

Calls the service asynchronously with the given scalar input and returns the output. This sub may 'die', so its best to wrap a call to execute() in an eval and check $@ for any errors.

service

Get/set the name of the service to execute

url

Get/set the url endpoint of the service that we are interested in

debug

Returns a true value if debugging has been turned on, and a false value otherwise.

The variable $MOBY::Client::AsyncClient::Constants::DEBUG controls debugging.