gpldoc

Sympa documentation licensed under GPL

NAME

Sympa::Spindle::ProcessRequest - Workflow of request processing

SYNOPSIS

use Sympa::Spindle::ProcessRequest;

my $spindle = Sympa::Spindle::ProcessRequest->new(
    context => $robot, [options...],
    scenario_context => {sender => $sender});
$spindle->spin;

DESCRIPTION

Sympa::Spindle::ProcessRequest defines workflow to process requests.

When spin() method is invoked, it generates requests and processes them.

TBD.

-

Public methods

See also “Public methods” in Sympa::Spindle.

Properties

See also “Properties” in Sympa::Spindle.

SEE ALSO

Sympa::Request, Sympa::Request::Collection, Sympa::Spindle, Sympa::Spindle::AuthorizeRequest,

HISTORY

Sympa::Spindle::ProcessRequest appeared on Sympa 6.2.15.


The content of this page is automatically generated from the source distribution of Sympa. For details about this document see original source file.

Theme originally designed by orderedlist