Interface FetcherContext
- All Known Subinterfaces:
FetcherContext.FetchContext,FetcherContext.StartContext,FetcherContext.StopContext
- All Known Implementing Classes:
AbstractFetcherContext,ContentFetcher.FetchContext,ContentFetcher.StartContext,ContentFetcher.StopContext,FetcherContext.AbstractFetchContext,FetcherContext.AbstractStartContext,FetcherContext.AbstractStopContext,FetcherContext.DefaultFetchContext,FetcherContext.DefaultStartContext,FetcherContext.DefaultStopContext
public interface FetcherContext
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getConnectorConfig
ConnectorConfig getConnectorConfig() -
newResult
FetcherResult newResult() -
getJobRunInfo
JobRunInfo getJobRunInfo() -
getRequestInfo
RequestInfo getRequestInfo()
-