Skip to main content

sow-delete-filter

Import the basic AMPS library:

import com.crankuptheamps.client.*;
import com.crankuptheamps.client.exception.*;

Deleting all messages from a topic that match a filter:

client.sowDelete(topic, filter);