Package eu.antidotedb.client.transformer
Interface TransformerFactory
-
- All Known Implementing Classes:
CountingTransformer
public interface TransformerFactoryCreates transformers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransformernewTransformer(Transformer downstream, Connection connection)Creates a new transformer with the given downstream transformer.
-
-
-
Method Detail
-
newTransformer
Transformer newTransformer(Transformer downstream, Connection connection)
Creates a new transformer with the given downstream transformer. The created Transformer will be attached to the given connection.
-
-