Interface | Description |
---|---|
SamzaApplication<S extends ApplicationDescriptor> |
A
SamzaApplication describes the inputs, outputs, state, configuration and the logic for processing data from
one or more streaming sources. |
StreamApplication |
A
StreamApplication describes the inputs, outputs, state, configuration and the processing logic for the
application in Samza's High Level API. |
TaskApplication |
A
TaskApplication describes the inputs, outputs, state, configuration and the processing logic for the
application in Samza's Low Level API. |