Interface FetcherContext.StartContext
- All Superinterfaces:
FetcherContext
- All Known Implementing Classes:
ContentFetcher.StartContext,FetcherContext.AbstractStartContext,FetcherContext.DefaultStartContext
- Enclosing interface:
- FetcherContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext
FetcherContext.AbstractFetchContext, FetcherContext.AbstractStartContext, FetcherContext.AbstractStopContext, FetcherContext.DefaultFetchContext, FetcherContext.DefaultStartContext, FetcherContext.DefaultStopContext, FetcherContext.FetchContext, FetcherContext.StartContext, FetcherContext.StopContext -
Method Summary
Modifier and TypeMethodDescription<T extends ConnectorConfig>
Optional<T>Deprecated.- Internal use only; will be removed.Methods inherited from interface com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext
getConnectorConfig, getJobRunInfo, getRequestInfo
-
Method Details
-
newResult
StartResult newResult()- Specified by:
newResultin interfaceFetcherContext
-
getLastUsedConnectorConfig
-
getParserConfigContainer
Deprecated.- Internal use only; will be removed.- Returns:
- ParserConfigContainer
-