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

com.undefinedlabs.scope.TracerCreator Maven / Gradle / Ivy

package com.undefinedlabs.scope;

import com.undefinedlabs.scope.settings.ScopeSettings;
import io.opentracing.Tracer;

public interface TracerCreator {

  Tracer create(final ScopeSettings settings);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy