
com.yirendai.infra.cicada.transfer.disruptor.SpanEventFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cicada-client Show documentation
Show all versions of cicada-client Show documentation
A Dapper based Large-Scale Distributed Systems Tracing Infrastructure.
The newest version!
package com.yirendai.infra.cicada.transfer.disruptor;
import com.lmax.disruptor.EventFactory;
public class SpanEventFactory implements EventFactory {
public SpanEvent newInstance() {
return new SpanEvent();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy