Interface DataImportProcessorBase
- All Known Subinterfaces:
DataImportChannelProcessorBase
- All Known Implementing Classes:
DataImportChannelProcessor
,DataImportCommandProcessor
,DataImportProcessorBaseImpl
,DataImportStreamProcessor
,SimpleDataImportStreamProcessor
public interface DataImportProcessorBase
Base interface for implementations of DataImportProcessor.
This includes Streaming and Command variants.
-
Method Summary
Modifier and Type Method Description com.fishlib.io.logger.Logger
getLog()
Get the log: A place to log informational messages.String
getLogPrefix()
Get the logPrefix: A prefix for informational messages.void
shutdown()
Perform any actions needed to terminate this DataImportProcessor.
-
Method Details
-
getLog
com.fishlib.io.logger.Logger getLog()Get the log: A place to log informational messages. -
getLogPrefix
String getLogPrefix()Get the logPrefix: A prefix for informational messages. -
shutdown
void shutdown()Perform any actions needed to terminate this DataImportProcessor.
-