Package templates.hybrid
Class kafkaConsumerYml.Template
- java.lang.Object
-
- com.fizzed.rocker.RockerTemplate
-
- com.fizzed.rocker.runtime.DefaultRockerTemplate
-
- templates.hybrid.kafkaConsumerYml.Template
-
- Enclosing class:
- kafkaConsumerYml
public static class kafkaConsumerYml.Template extends com.fizzed.rocker.runtime.DefaultRockerTemplate
-
-
Field Summary
Fields Modifier and Type Field Description protected StringkafkaTopic
-
Constructor Summary
Constructors Constructor Description Template(kafkaConsumerYml 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(kafkaConsumerYml 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
-
-