public class SuppliedConnectionProviderConnectionHelper extends Object implements ConnectionHelper
A {@link ConnectionHelper} implementation based on a provided
{@link ConnectionProvider}. Essentially, ensures that the connection
gets cleaned up, but that the provider itself remains usable since it
was externally provided to us.