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

fun.fengwk.convention4j.tracer.propagation.TransformerSupport Maven / Gradle / Ivy

There is a newer version: 1.1.14
Show newest version
package fun.fengwk.convention4j.tracer.propagation;

import io.opentracing.propagation.Format;

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

    /**
     * @see Format
     */
    Format format();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy