processing

processing

Methods

# (static) getResults(connection, type, requestId) → {object}

getResults get results of a processing request
Parameters:
Name Type Description
connection object
type object
requestId string
Returns:
the initialized connection object
Type
object

# (static) getType(typeName) → {object}

init set up initial connection params
Parameters:
Name Type Description
typeName string
Returns:
the initialized connection object
Type
object

# (static) request(connection, type, data) → {object}

request send a request for processing
Parameters:
Name Type Description
connection object {@connection}
type object
data object
Returns:
the initialized connection object
Type
object