Methods
-
start( data )
-
Description
Called at route startParameters
Name Type Description data
object Name Type Description req
object Request - See expressjs definition res
object Response - See expressjs definition transaction
object Database transaction. Use this transaction in your hooks. Commit and rollback are handled through res.success() / res.error() Details
-
beforeSend( data )
-
Description
Called before route endParameters
Name Type Description data
object Name Type Description req
object Request - See expressjs definition res
object Response - See expressjs definition transaction
object Database transaction. Use this transaction in your hooks. Commit and rollback are handled through res.success() / res.error() Details