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

fun.fengwk.convention4j.springboot.starter.webflux.context.TraceInfo Maven / Gradle / Ivy

There is a newer version: 0.0.43
Show newest version
package fun.fengwk.convention4j.springboot.starter.webflux.context;

import fun.fengwk.convention4j.springboot.starter.webflux.tracer.WebFluxSpan;
import io.opentracing.Scope;
import lombok.Data;

/**
 * @author fengwk
 */
@Data
public class TraceInfo {

    private final WebFluxSpan webFluxSpan;
    private final Scope scope;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy