Interface | Description |
---|---|
BatchProcess |
Allow collective control over Exceptions, earnings etc
|
ControllableProcess<S> |
Allows user or external process/API to control a process
|
ListeningProcess<PROCESS> |
A process that listens to other Processes
|
Process |
Marks any activity that is an ETL Process
|
Class | Description |
---|---|
EventAwareProcess |
A
Process that is responsible to inform ListeningProcess about events that occur during the process. |
ProcessState<P extends Process,B,T,F> |
A process state defines the exact state of a process where it is in terms of:
Process that owns the state
Current Batch/Buffer (if applicable/loaded)
Tuple/Node (if loaded)
Property/Field (if loaded)
|
Enum | Description |
---|---|
Process.Event | |
Process.EventPoint |
Copyright © 2018. All rights reserved.