Skip to main content

sow-and-delta-simple-example

Import the Client and Command:

import { Command, Client } from 'amps';

Constructing the command:

const subCmd = new Command('sow_and_delta_subscribe').topic(topic);

The command can now be used in execute.