| Package | Description |
|---|---|
| io.continual.services.processor.engine.library.sources | |
| io.continual.services.processor.engine.model | |
| io.continual.services.processor.engine.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSource |
class |
CsvSource
A CSV stream source.
|
class |
JsonObjectFileSource
A JSON object stream source.
|
class |
JsonObjectStreamSource
A JSON object stream source.
|
class |
MessageGenerator
A message generating source
|
class |
NullSource
A CSV stream source.
|
class |
QueuingSource |
| Modifier and Type | Method and Description |
|---|---|
Source |
MessageProcessingContext.getSource(String srcName)
Get a named source from the program
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Source> |
Program.getSources()
Get the labeled sources in this program
|
| Modifier and Type | Method and Description |
|---|---|
Program |
Program.addSource(String name,
Source src)
Add a message source to this program.
|
| Constructor and Description |
|---|
StdStreamProcessingContext(Source src) |
Copyright © 2021 continual.io. All rights reserved.