Package templates.hybrid
Class kafkaProducerYml.Template
- java.lang.Object
-
- com.fizzed.rocker.RockerTemplate
-
- com.fizzed.rocker.runtime.DefaultRockerTemplate
-
- templates.hybrid.kafkaProducerYml.Template
-
- Enclosing class:
- kafkaProducerYml
public static class kafkaProducerYml.Template extends com.fizzed.rocker.runtime.DefaultRockerTemplate
-
-
Field Summary
Fields Modifier and Type Field Description protected StringkafkaTopic
-
Constructor Summary
Constructors Constructor Description Template(kafkaProducerYml model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void__doRender()
-
-
-
Field Detail
-
kafkaTopic
protected final String kafkaTopic
-
-
Constructor Detail
-
Template
public Template(kafkaProducerYml model)
-
-
Method Detail
-
__doRender
protected void __doRender() throws IOException, com.fizzed.rocker.RenderingException- Specified by:
__doRenderin classcom.fizzed.rocker.runtime.DefaultRockerTemplate- Throws:
IOExceptioncom.fizzed.rocker.RenderingException
-
-