laforge49 / JActor2

Robust, Composable Actors
http://laforge49.github.io/projects/JActor2/index.html
60 stars 15 forks source link

Eliminate dependency on Metrics #241

Closed laforge49 closed 9 years ago

laforge49 commented 9 years ago

By accessing metrics optionally via recovery we can eliminate it as a dependency except when actually used. Only we need to add a hook to Recovery.

laforge49 commented 9 years ago

This is bigger than I thought. We need a Timer interface and a getTimer method in Recovery.

laforge49 commented 9 years ago

Completed analysis. Does not look so bad now.