gpldoc

Sympa documentation licensed under GPL

NAME

Sympa::Spindle::ProcessMessage - Workflow of command processing

SYNOPSIS

use Sympa::Spindle::ProcessMessage;

my $spindle = Sympa::Spindle::ProcessMessage->new(
    message => $message, scenario_context => {sender => $sender});
$spindle->spin;

DESCRIPTION

Sympa::Spindle::ProcessMessage defines workflow to process commands in message.

When spin() method is invoked, it parses message and fetch 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::Message, Sympa::Spindle.

HISTORY

Sympa::Spindle::ProcessMessage appeared on Sympa 6.2.13.


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