org.http4k.cloudnative.env.deprecatedConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4k-config Show documentation
Show all versions of http4k-config Show documentation
Machinery for configuring Http4k apps in a typesafe way
The newest version!
package org.http4k.cloudnative.env
@Deprecated("Use org.http4k.config.Authority instead", ReplaceWith(" org.http4k.config.Authority"))
typealias Authority = org.http4k.config.Authority
@Deprecated("Use org.http4k.config.Host instead", ReplaceWith(" org.http4k.config.Host"))
typealias Host = org.http4k.config.Host
@Deprecated("Use org.http4k.config.Port instead", ReplaceWith(" org.http4k.config.Port"))
typealias Port = org.http4k.config.Port
@Deprecated("Use org.http4k.config.Secret instead", ReplaceWith(" org.http4k.config.Secret"))
typealias Secret = org.http4k.config.Secret
@Deprecated("Use org.http4k.config.Timeout instead", ReplaceWith(" org.http4k.config.Timeout"))
typealias Timeout = org.http4k.config.Timeout
@Deprecated("Use org.http4k.config.MapEnvironment instead", ReplaceWith(" org.http4k.config.MapEnvironment"))
typealias MapEnvironment = org.http4k.config.MapEnvironment
@Deprecated("Use org.http4k.config.EnvironmentKey instead", ReplaceWith(" org.http4k.config.EnvironmentKey"))
typealias EnvironmentKey = org.http4k.config.EnvironmentKey
@Deprecated("Use org.http4k.config.Environment instead", ReplaceWith(" org.http4k.config.Environment"))
typealias Environment = org.http4k.config.Environment
© 2015 - 2024 Weber Informatics LLC | Privacy Policy