Swarmage::Client - Blocking Client For Swarmage


Swarmage documentation  | view source Contained in the Swarmage distribution.

Index


NAME

Top

Swarmage::Client - Blocking Client For Swarmage

SYNOPSIS

Top

  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

Top

new

post_respond


Swarmage documentation  | view source Contained in the Swarmage distribution.