Skip to content

computeSetup

devakumaraswamy edited this page Jan 21, 2020 · 3 revisions

computeSetup ⇒ promise

Setup access to compute service

Returns: promise -

  • returns a compute session
Param Type Description
store object

restaf store

contextName string

name of the context( if null the first context in the list is used)

payload object

logon payload - If null assumes that logon was done earlier.

Examples

The session object is an opaque raf object that can be used with restaf and restaflib functions.

See this for details on how to use this function and related functions to execute code in a compute server.

Clone this wiki locally