Uses of Record Class
io.camunda.document.api.DocumentStoreConfiguration.DocumentStoreConfigurationRecord
-
Uses of DocumentStoreConfiguration.DocumentStoreConfigurationRecord in io.camunda.document.api
Methods in io.camunda.document.api that return types with arguments of type DocumentStoreConfiguration.DocumentStoreConfigurationRecordModifier and TypeMethodDescriptionDocumentStoreConfiguration.documentStores()Returns the value of thedocumentStoresrecord component.Methods in io.camunda.document.api with parameters of type DocumentStoreConfiguration.DocumentStoreConfigurationRecordModifier and TypeMethodDescriptionDocumentStoreProvider.createDocumentStore(DocumentStoreConfiguration.DocumentStoreConfigurationRecord configuration, ExecutorService executor) Constructor parameters in io.camunda.document.api with type arguments of type DocumentStoreConfiguration.DocumentStoreConfigurationRecordModifierConstructorDescriptionDocumentStoreConfiguration(String defaultDocumentStoreId, Integer threadPoolSize, List<DocumentStoreConfiguration.DocumentStoreConfigurationRecord> documentStores) Creates an instance of aDocumentStoreConfigurationrecord class.