Boaz Leskes 2d1152ebac Remove ClusterService interface, in favor of it's only production instance
We current have a ClusterService interface, implemented by InternalClusterService and a couple of test classes. Since the decoupling of the transport service and the cluster service, one can construct a ClusterService fairly easily, so we don't need this extra indirection.

Closes 
2016-03-21 13:55:10 +01:00
..