| Package | Description |
|---|---|
| io.continual.services.processor.engine.library.sinks | |
| io.continual.services.processor.engine.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleSink |
class |
CsvSink |
class |
FanOutSink |
class |
FileSink |
class |
JsonObjectStreamSink
A JSON object stream sink.
|
class |
NullSink |
class |
SkipFirst |
| Constructor and Description |
|---|
SkipFirst(Sink thenTo) |
| Modifier and Type | Method and Description |
|---|---|
Sink |
MessageProcessingContext.getSink(String sinkName)
Get a named sink from the program
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Sink> |
Program.getSinks()
Get the labeled sinks in this program
|
| Modifier and Type | Method and Description |
|---|---|
Program |
Program.addSink(String name,
Sink sink)
Add a sink to this program.
|
Copyright © 2021 continual.io. All rights reserved.