Uses of Interface
com.flowable.indexing.config.composer.IndexTemplateComposer
-
Uses of IndexTemplateComposer in com.flowable.indexing
Modifier and TypeFieldDescriptionprotected IndexTemplateComposer
IndexManagerImpl.indexTemplateComposer
ModifierConstructorDescriptionIndexManagerImpl
(ElasticsearchClient elasticsearchClient, Function<String, LockManager> lockManagerProvider, String indexNamePrefix, String projectName, Resource[] mappingResources, Resource[] mappingExtensionResources, IndexTemplateComposer indexTemplateComposer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean useLockForIndexMappingCreation, Duration mappingSchemaLockWaitTime, Collection<String> enabledIndices) IndexManagerImpl
(ElasticsearchClient elasticsearchClient, Function<String, LockManager> lockManagerProvider, String indexNamePrefix, String projectName, Resource[] mappingResources, Resource[] mappingExtensionResources, IndexTemplateComposer indexTemplateComposer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<String> enabledIndices) -
Uses of IndexTemplateComposer in com.flowable.indexing.config.composer