BSPumpApplication

class BSPumpApplication(*args, **kwargs)[source]

Bases: Application

BSPumpApplication is responsible for the main life cycle of the Application. It is based on ASAB Application class


BSPumpApplication.__init__()[source]

Initiates the Application and looks for config with additional arguments.

Parameters

args : default= None

web_listen : default= None

BSPumpApplication Construction

BSPumpApplication.create_argument_parser()[source]

Enables to create arguments that can be called within the command prompt when starting the application

Returns

parser

BSPumpApplication.parse_arguments(args=None)[source]

Parses argument in the ASAB Application using super() method.

Parameters

args : default= None

Returns

args


async BSPumpApplication.main()[source]

Prints a message about how many pipelines are ready.