Skip to content

Latest commit

 

History

History
162 lines (73 loc) · 2.1 KB

tryorama.conductor.md

File metadata and controls

162 lines (73 loc) · 2.1 KB

Home > @holochain/tryorama > Conductor

Conductor class

A class to manage a conductor running on localhost.

Signature:

export declare class Conductor implements IConductor 

Implements: IConductor

Methods

Method

Modifiers

Description

adminWs()

Get all Admin API methods.

attachAppInterface(request)

Attach a web socket to the App API.

connectAppWs(token, port)

Connect a web socket to the App API,

create(signalingServerUrl, options)

static

Factory to create a conductor.

getTmpDirectory()

Get the path of the directory that contains all files and folders of the conductor.

installAgentsApps(options)

Install an app for multiple agents into the conductor.

installApp(appBundleSource, options)

Install an application into the conductor.

shutDown()

Close Admin and App API connections and kill the conductor process.

startUp()

Start the conductor and establish a web socket connection to the Admin API.