org.http4k.tracing.TraceRenderPersistence.kt Maven / Gradle / Ivy
package org.http4k.tracing
import org.http4k.core.Uri
/**
* Persists the trace and optionally reports the location
*/
fun interface TraceRenderPersistence {
operator fun invoke(render: TraceRender): Uri?
companion object
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy