tech.harmonysoft.oss.redis.spi.RedisEnvironmentSpi.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of harmonysoft-redis-environment Show documentation
Show all versions of harmonysoft-redis-environment Show documentation
Common general-purpose Kotlin utility
package tech.harmonysoft.oss.redis.spi
import tech.harmonysoft.oss.environment.TestContext
import tech.harmonysoft.oss.redis.config.TestRedisConfig
interface RedisEnvironmentSpi {
val environmentId: String
fun start(context: TestContext): TestRedisConfig
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy