Skip to main content

sow-historical-filter

Import the Client and Command:

import { Client, Command } from 'amps';

Constructing the command:

const subCmd = new Command('sow').topic(topic).filter(filter).bookmark(point_in_time_specifier);

The command can now be used in execute.