org.biacode.escommons.toolkit.component.ResourceReaderComponent.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
import java.util.*
/**
* Created by Arthur Asatryan.
* Date: 3/27/18
* Time: 5:07 PM
*/
interface ResourceReaderComponent {
fun asString(path: String): Optional
}