dev.vality.woody.api.trace.Endpoint Maven / Gradle / Ivy
package dev.vality.woody.api.trace;
public interface Endpoint {
String getStringValue();
T getValue();
}
package dev.vality.woody.api.trace;
public interface Endpoint {
String getStringValue();
T getValue();
}