hashmapinc/tempus-edge

Remove JS-Filter's reliance on the modified java container sdk

Open

#22 opened on Feb 27, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (1 fork)auto 404
good first issue

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

The polling client is no longer needed as part of the sdk. Modify the javascript filter edge_app to use the unmodified java sdk.

This will require changing the PollingClient interface implementation in the listnr folder into a n IofogApiLIstener interface implementation.

Contributor guide