datasift.liveStream().subscribe(new Subscription(Stream.fromString("67b378312cca82eaf9fdaa9c3880c440")));
//process interactions for another stream
datasift.liveStream().subscribe(new Subscription(Stream.fromString("another-stream-hash")));
datasift.liveStream().subscribe(new Subscription(result));
//at some point later if you want unsubscribe
datasift.liveStream().unsubscribe(Stream.fromString("67b378312cca82eaf9fdaa9c3880c450"));
}
public static class Subscription extends StreamSubscription {
AtomicLong count = new AtomicLong();