Interface | Description |
---|---|
ApplicationDescriptor<S extends ApplicationDescriptor> |
An
ApplicationDescriptor contains the description of inputs, outputs, state, configuration and the processing
logic for a SamzaApplication . |
StreamApplicationDescriptor |
A
StreamApplicationDescriptor contains the description of inputs, outputs, state, configuration and the
processing logic for a Samza High Level API StreamApplication . |
TaskApplicationDescriptor |
A
TaskApplicationDescriptor contains the description of inputs, outputs, state, configuration and the
processing logic for a Samza Low Level API TaskApplication . |