NAME
Swarmage::Client - Blocking Client For Swarmage
SYNOPSIS
use Swarmage::Client;
my $client = Swarmage::Client->new(
queue => {
module => "DBI::Generic",
config => {
connect_info => [ ... ]
}
}
);
my $response = $client->post_response(
Swarmage::Task->new(
type => $task_type,
data => ....,
);
);