.endpoint(endpoint)
.authentication(hosebirdAuth)
.processor(new StringDelimitedProcessor(tweetsToProcess));
Client hbc = builder.build();
hbc.connect();
}
private List<String> getTermsListFromString(String terms) {
if (terms == null || terms.length() == 0) {
return null;