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

fun.fengwk.convention4j.tracer.propagation.extract.Extract Maven / Gradle / Ivy

The newest version!
package fun.fengwk.convention4j.tracer.propagation.extract;

import fun.fengwk.convention4j.tracer.propagation.TransformerSupport;
import io.opentracing.SpanContext;
import io.opentracing.propagation.Format;

/**
 * @author fengwk
 */
public interface Extract extends TransformerSupport {

    /**
     * @see io.opentracing.Tracer#extract(Format, Object)
     */
    SpanContext extract(C carrier);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy