Home > @holochain/tryorama > TryCpConductor
A class to manage a conductor running on a TryCP server.
Signature:
export declare class TryCpConductor implements IConductor
Implements: IConductor
Constructor |
Modifiers |
Description |
---|---|---|
Constructs a new instance of the |
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
string | ||
|
Method |
Modifiers |
Description |
---|---|---|
Get all Admin API methods of the Holochain client. | ||
Create conductor configuration. | ||
Connect a web socket to the App API. | ||
Get all App API methods of the Holochain client. | ||
| ||
Disconnect a web socket from the App API. | ||
Disconnect the TryCP client from the TryCP server. | ||
Download a DNA from a URL to the server's file system. | ||
Install a hApp bundle into the conductor. | ||
Install a hApp bundle into the conductor. | ||
Detach the registered signal handler. | ||
Attach a signal handler. | ||
Upload a DNA file from the local file system to the server. | ||
Shut down the conductor. | ||
Start a configured conductor. |