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

com.github.bingoohuang.blackcat.instrument.callback.BlackcatTraceMsg Maven / Gradle / Ivy

The newest version!
package com.github.bingoohuang.blackcat.instrument.callback;

import lombok.AllArgsConstructor;
import lombok.Value;

@Value @AllArgsConstructor
public class BlackcatTraceMsg {
    private final String traceId;
    private final String linkId;
    private final String msgType;
    private final String msg;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy