Commit Graph

10 Commits

Author SHA1 Message Date
R. Tyler Croy 7119b5d653
Adding some more basic test cases 2015-09-19 14:56:01 -07:00
R. Tyler Croy 3699f00042
Reorder adding the listener
Fixes #3
2015-09-19 14:14:55 -07:00
R. Tyler Croy 904a5995cd
Add a travis.yml 2015-09-04 16:05:17 -07:00
R. Tyler Croy 45b3286ddf
Caveat in the README 2015-09-04 15:58:46 -07:00
R. Tyler Croy 10ada1646f
Properly handle unsubscriptions and close our PathChildrenCache object out 2015-09-04 12:36:30 -07:00
R. Tyler Croy a1c7147c5e
Implement an end-to-end test with the observer
The way the PathChildrenCache works by default is by calling the callback on a
separate thread, so we need to wait for the results to get to our subscriber
and periodically check things.

Considering a means of adding the ability to execute on "my" thread
2015-09-04 11:48:35 -07:00
R. Tyler Croy 1bf5311770
Start sketching out a simple API for observing PathChildrenCache 2015-09-04 11:05:45 -07:00
R. Tyler Croy 7d8d9c1ff9
Simple gradle build for creating the packgae 2015-09-04 09:46:32 -07:00
R. Tyler Croy 76c119124a
Add gradle wrapper 2015-09-04 09:44:45 -07:00
R. Tyler Croy f821c9eaa8 Initial commit 2015-09-04 09:40:22 -07:00