Package-level declarations

Types

Link copied to clipboard
interface XRay

The AWS X-Ray read APIs, of which the trace retrieval operations are implemented.

Link copied to clipboard
interface XRayAction<R> : Action<Result<R, RemoteFailure>>
Link copied to clipboard
@KotshiJsonAdapterFactory
object XRayJsonAdapterFactory : JsonAdapter.Factory
Link copied to clipboard

Functions

Link copied to clipboard
fun XRay.Companion.Http(env: Map<String, String> = getenv(), http: HttpHandler = JavaHttpClient(), clock: Clock = Clock.systemUTC(), credentialsProvider: CredentialsProvider = CredentialsProvider.Environment(env)): XRay

Convenience function to create a XRay from a System environment

fun XRay.Companion.Http(env: Environment, http: HttpHandler = JavaHttpClient(), clock: Clock = Clock.systemUTC(), credentialsProvider: CredentialsProvider = CredentialsProvider.Environment(env)): XRay

Convenience function to create a XRay from an http4k Environment

fun XRay.Companion.Http(region: Region, credentialsProvider: CredentialsProvider, http: HttpHandler = JavaHttpClient(), clock: Clock = Clock.systemUTC(), overrideEndpoint: Uri? = null): XRay

Standard HTTP implementation of XRay