Transport

Transport factory.

class cumin.transport.Transport[source]

Bases: object

Transport factory class.

static new(config, target, logger=None)[source]

Create a transport worker class based on the configuration (factory).

Parameters:
Returns:

the created worker instance for the configured transport.

Return type:

BaseWorker

Raises: