lvmnps

Introduction

This package work on …

Actor

class lvmnps.actor.actor.lvmnps(*args, **kwargs)[source]

Bases: clu.actor.AMQPActor

NPS actor. In addition to the normal arguments and keyword parameters for AMQPActor, the class accepts the following parameters. Parameters (TBD)

classmethod from_config(config, *args, **kwargs)[source]

Creates an actor from a configuration file.

async start()[source]

Starts the connection to the AMQP broker.

async stop()[source]

Cancels queues and closes the connection.

log: SDSSLogger
name: str
parser = <CluGroup parser>
Parameters
  • args (Any) –

  • kwargs (Any) –

Return type

Any