Class FetcherContext.DefaultStopContext
java.lang.Object
com.lucidworks.fusion.connector.plugin.api.fetcher.context.AbstractFetcherContext
com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext.AbstractStopContext
com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext.DefaultStopContext
- All Implemented Interfaces:
FetcherContext,FetcherContext.StopContext
- Direct Known Subclasses:
ContentFetcher.StopContext
- 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 -
Constructor Summary
ConstructorsConstructorDescriptionDefaultStopContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo) -
Method Summary
Methods inherited from class com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext.AbstractStopContext
newResultMethods inherited from class com.lucidworks.fusion.connector.plugin.api.fetcher.context.AbstractFetcherContext
getConnectorConfig, getJobRunInfo, getRequestInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext
getConnectorConfig, getJobRunInfo, getRequestInfo
-
Constructor Details
-
DefaultStopContext
public DefaultStopContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo)
-