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

tech.harmonysoft.oss.redis.spi.RedisEnvironmentSpi.kt Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
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