GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Sympa::Spindle::ProcessMessage(3Sympa) sympa 6.2.62 Sympa::Spindle::ProcessMessage(3Sympa)

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

  use Sympa::Spindle::ProcessMessage;

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

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.

See also "Public methods" in Sympa::Spindle.
new ( scenario_context => {context...}, [ message => $message ] )
spin ( )
new() may take following options:
scenario_context => {context...}
Authorization context given to scenario.
message => $message
See Sympa::Request::Message.

See also "Properties" in Sympa::Spindle.
{distaff}
Instance of Sympa::Request::Message class.

Sympa::Request, Sympa::Request::Message, Sympa::Spindle.

Sympa::Spindle::ProcessMessage appeared on Sympa 6.2.13.
2021-04-27 6.2.62

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.