Package com.hazelcast.jet.pipeline
Interface BatchStageWithKey.StageExtension<T,K,S>
- Type Parameters:
T- the type of the stream itemsK- the type of the key (if applicable)S- the type implementing additional methods forBatchStageWithKey
- Enclosing interface:
- BatchStageWithKey<T,
K>
public static interface BatchStageWithKey.StageExtension<T,K,S>
Extension of
BatchStageWithKey providing additional capabilities
or convenience methods on top of the default stage API using fluent
interface.- Since:
- 5.7
-
Method Summary
Modifier and TypeMethodDescriptionextend(BatchStageWithKey<T, K> batchStageWithKey) Provides additional API to given stage in a fluent way.
-
Method Details
-
extend
Provides additional API to given stage in a fluent way.- Parameters:
batchStageWithKey- stage to be extended- Returns:
- extended stage
-