public class NullSink extends Object implements Sink
| Constructor and Description |
|---|
NullSink() |
NullSink(ConfigLoadContext sc,
org.json.JSONObject config) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush()
Flush the sink
|
void |
init() |
void |
process(Message msg)
Process a message into the output sink.
|
public NullSink()
throws Builder.BuildFailure
Builder.BuildFailurepublic NullSink(ConfigLoadContext sc, org.json.JSONObject config) throws Builder.BuildFailure
Builder.BuildFailurepublic void close()
close in interface Closeableclose in interface AutoCloseablepublic void flush()
SinkCopyright © 2022 continual.io. All rights reserved.