Class FetcherContext.AbstractStopContext
java.lang.Object
com.lucidworks.fusion.connector.plugin.api.fetcher.context.AbstractFetcherContext
com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext.AbstractStopContext
- All Implemented Interfaces:
FetcherContext,FetcherContext.StopContext
- Direct Known Subclasses:
FetcherContext.DefaultStopContext
- Enclosing interface:
- FetcherContext
public abstract static class FetcherContext.AbstractStopContext
extends AbstractFetcherContext
implements FetcherContext.StopContext
-
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
ConstructorsModifierConstructorDescriptionprotectedAbstractStopContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo) -
Method Summary
Methods 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
-
AbstractStopContext
protected AbstractStopContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo)
-
-
Method Details
-
newResult
- Specified by:
newResultin interfaceFetcherContext- Specified by:
newResultin interfaceFetcherContext.StopContext
-