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

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

The 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-2034 akquinet tech@spree *

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy