Package com.hazelcast.jet.pipeline
Interface Sink<T>
-
- Type Parameters:
T
- the type of the data the sink will receive
- All Superinterfaces:
java.io.Serializable
public interface Sink<T> extends java.io.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:
sink factory methods
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
name()
Returns a descriptive name for this sink.
-