Skip to main content

delta-subscribe-oof

Import the Client and Command:

import { Client, Command } from 'amps';

Constructing the command:

const subCmd = new Command('delta_subscribe').topic(topic).options('oof,no_empties');

The command can now be used in execute.