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

tech.harmonysoft.oss.http.server.mock.config.MockHttpServerConfigProvider.kt Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package tech.harmonysoft.oss.http.server.mock.config

import tech.harmonysoft.oss.configurario.client.ConfigProvider

interface MockHttpServerConfigProvider : ConfigProvider

data class MockHttpServerConfig(
    val port: Int
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy