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

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 => ....,
    );
  );

METHODS

new

post_respond