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

com.yirendai.infra.cicada.transfer.disruptor.SpanEventFactory Maven / Gradle / Ivy

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