static class TemplateProducer.InjectableTemplateInstanceImpl extends TemplateInstanceBase
attributes, data, dataMap
SELECTED_VARIANT, TIMEOUT, VARIANTS
Constructor and Description |
---|
InjectableTemplateInstanceImpl(String path,
TemplateProducer.TemplateVariants variants,
Engine engine) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
consume(Consumer<String> consumer) |
io.smallrye.mutiny.Multi<String> |
createMulti() |
String |
render() |
CompletionStage<String> |
renderAsync() |
data, data, data, getAttribute, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
publisher
public InjectableTemplateInstanceImpl(String path, TemplateProducer.TemplateVariants variants, Engine engine)
public String render()
public CompletionStage<String> renderAsync()
public io.smallrye.mutiny.Multi<String> createMulti()
public CompletionStage<Void> consume(Consumer<String> consumer)
Copyright © 2020 JBoss by Red Hat. All rights reserved.