dyno
dyno copied to clipboard
ability to have access for HostSelectionWithFallback<T> in a derived class
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.