|
@@ -1,5 +1,7 @@
|
|
|
package cz.senslog.connector.fetch.api;
|
|
package cz.senslog.connector.fetch.api;
|
|
|
|
|
|
|
|
|
|
+import cz.senslog.connector.model.api.AbstractModel;
|
|
|
|
|
+import cz.senslog.connector.model.api.ProxySessionModel;
|
|
|
import cz.senslog.connector.model.config.DefaultConfig;
|
|
import cz.senslog.connector.model.config.DefaultConfig;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -17,5 +19,5 @@ public interface ConnectorFetchProvider {
|
|
|
* @param defaultConfig - default configuration.
|
|
* @param defaultConfig - default configuration.
|
|
|
* @return new instance of {@link ConnectorFetcher}.
|
|
* @return new instance of {@link ConnectorFetcher}.
|
|
|
*/
|
|
*/
|
|
|
- ExecutableFetcher createExecutableFetcher(DefaultConfig defaultConfig);
|
|
|
|
|
|
|
+ ExecutableFetcher<? extends ConnectorFetcher<? extends ProxySessionModel, ? extends AbstractModel>> createExecutableFetcher(DefaultConfig defaultConfig);
|
|
|
}
|
|
}
|