public interface Processor<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
open(List<io.ray.streaming.api.collector.Collector> collectors,
io.ray.streaming.api.context.RuntimeContext runtimeContext) |
void |
process(T t) |
Copyright © 2020. All rights reserved.