dyno icon indicating copy to clipboard operation
dyno copied to clipboard

ability to have access for HostSelectionWithFallback<T> in a derived class

Open maksimlikharev opened this issue 8 years ago • 0 comments

class ConnectionPoolImpl<CL> ... {
...
   private HostSelectionWithFallback<CL> selectionStrategy;

currently it is private with no public accessor.

This field prevents me to do normal ( without reflection ) subclass, I need to introduce custom executeAsync method.

maksimlikharev avatar Jun 11 '17 15:06 maksimlikharev