public interface TemplateService
IngestDocument
from ScriptService
.
Allows to compile a template into an ingest TemplateService.Template
object.
A compiled template can be executed by calling its TemplateService.Template.execute(Map)
method.Modifier and Type | Interface and Description |
---|---|
static interface |
TemplateService.Template |
Modifier and Type | Method and Description |
---|---|
TemplateService.Template |
compile(java.lang.String template) |
TemplateService.Template compile(java.lang.String template)