package sdk
- Alphabetic
- By Inheritance
- sdk
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
IngestionSession extends App with CustomIngest
Establishes an input record and a process record for the custom ingestion process.
Establishes an input record and a process record for the custom ingestion process. Also starts a heartbeat that allows DataForge to track the health of the process. When running manually, must use one of the below constructors. Otherwise, no parameters are necessary.
-
class
ParsingSession extends App with CustomParse
Establishes a process record for the custom parsing process.
Establishes a process record for the custom parsing process. Also starts a heartbeat that allows DataForge to track the health of the process. When running manually, must use one of the below constructors. Otherwise, no parameters are necessary.
-
class
PostOutputSession extends App with PostOutput
Establishes a process record for the custom post output process.
Establishes a process record for the custom post output process. Also starts a heartbeat that allows DataForge to track the health of the process. When running manually, must use one of the below constructors. Otherwise, no parameters are necessary.