ConnectorService
extends BaseService
in package
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
Table of Contents
- deleteFromCeo() : mixed
- importFromCeo() : mixed
- Import object from CEO
Methods
deleteFromCeo()
public
deleteFromCeo(mixed $type, mixed $body) : mixed
Parameters
- $type : mixed
- $body : mixed
Return values
mixed —importFromCeo()
Import object from CEO
public
importFromCeo(string $type, mixed $body) : mixed
Parameters
- $type : string
- $body : mixed