Package com.hazelcast.jet.pipeline
Interface Sink<T>
- Type Parameters:
T
- the type of the data the sink will receive
- All Superinterfaces:
Serializable
A data sink in a Jet pipeline. It accepts the data the pipeline
processed and exports it to an external system.
- Since:
- Jet 3.0
- See Also:
-
Method Summary
-
Method Details
-
name
String name()Returns a descriptive name for this sink.
-