org.biacode.escommons.toolkit.component.MappingsComponent.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of escommons-toolkit Show documentation
Show all versions of escommons-toolkit Show documentation
Elasticsearch commons library.
package org.biacode.escommons.toolkit.component
/**
* Created by Arthur Asatryan.
* Date: 7/10/17
* Time: 6:11 PM
*/
interface MappingsComponent {
fun readMappings(mappingName: String): String
}