All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.biacode.escommons.toolkit.component.IndexNameGenerationComponent.kt Maven / Gradle / Ivy

There is a newer version: 7.3.2_0.1.0
Show newest version
package org.biacode.escommons.toolkit.component

/**
 * Created by Arthur Asatryan.
 * Date: 7/10/17
 * Time: 6:11 PM
 */
interface IndexNameGenerationComponent {
    fun generate(aliasName: String): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy