All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.akquinet.jbosscc.guttenbase.hints.ConnectorHint Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package de.akquinet.jbosscc.guttenbase.hints;

/**
 * Users may add configuration "hints" that influence the tools. E.g., the buffer size when reading or writing data. There is always a
 * default implementation added to a connector by the repository which may be overridden subsequently.
 * 
 * 

* © 2012 akquinet tech@spree *

* * @author M. Dahm */ public interface ConnectorHint { Class getConnectorHintType(); T getValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy