class ConnectorService extends BaseService

Connector service Handles incoming data from CEO, parses and runs pipeline.

Will also create a Mutex lock will processing to prevent dogpiles. You can check status of the lock with the item's UUID to determine if processing is complete

Methods

deleteFromCeo($type, $body)

No description

importFromCeo(string $type, object $body)

Import object from CEO

Details

at line 15
deleteFromCeo($type, $body)

Parameters

$type
$body

at line 81
importFromCeo(string $type, object $body)

Import object from CEO

Parameters

string $type
object $body JSON object