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

org.zalando.riptide.opentracing.Injection Maven / Gradle / Ivy

package org.zalando.riptide.opentracing;

import io.opentracing.SpanContext;
import io.opentracing.Tracer;
import org.zalando.riptide.RequestArguments;

interface Injection {

    RequestArguments inject(Tracer tracer, RequestArguments arguments, SpanContext context);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy