| Package | Description |
|---|---|
| io.continual.services.processor.engine.library.sources | |
| io.continual.services.processor.engine.library.util | |
| io.continual.services.processor.engine.model |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSource |
class |
CsvSource
A CSV stream source.
|
class |
InputStreamSource |
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 |
class |
StdInSource |
| Modifier and Type | Method and Description |
|---|---|
Source |
SimpleStreamProcessingContext.getSource() |
Source |
SimpleMessageProcessingContext.getSource(String sinkName) |
| Modifier and Type | Method and Description |
|---|---|
SimpleStreamProcessingContext.Builder |
SimpleStreamProcessingContext.Builder.withSource(Source s) |
| Modifier and Type | Method and Description |
|---|---|
Source |
StreamProcessingContext.getSource()
Get this stream's source
|
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.
|
Copyright © 2022 continual.io. All rights reserved.