public class RcvrSink extends Object implements Sink
| Modifier and Type | Class and Description |
|---|---|
static interface |
RcvrSink.BackoffAlgo |
static class |
RcvrSink.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush()
Flush the sink
|
void |
init() |
void |
process(MessageProcessingContext context)
Process a message into the output sink.
|
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void flush()
Sinkpublic void process(MessageProcessingContext context)
SinkCopyright © 2022 continual.io. All rights reserved.