Interface IRawDataReader
- All Known Implementing Classes:
ChunkingAmqpReader
@Deprecated
public interface IRawDataReader
Deprecated.
since 1.15.1 old plugin api
Interface for raw data readers.
- Since:
- 1.13
- Author:
- Holger Knoche
-
Method Summary
Modifier and Type Method Description Outcome
onInitialization()
Deprecated.Event handler that is called before any records are read.Outcome
onTermination()
Deprecated.Event handler that is called when the reader is supposed to terminate.Outcome
read()
Deprecated.Starts the read operation.
-
Method Details
-
onInitialization
Outcome onInitialization()Deprecated.Event handler that is called before any records are read.- Returns:
- The outcome of the initialization
- Since:
- 1.13
-
read
Outcome read()Deprecated.Starts the read operation.- Returns:
- The outcome of the read operation
- Since:
- 1.13
-
onTermination
Outcome onTermination()Deprecated.Event handler that is called when the reader is supposed to terminate.- Returns:
- The outcome of the termination
- Since:
- 1.13
-