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

io.github.xuyao5.dkl.eskits.context.disruptor.EventZeroArg Maven / Gradle / Ivy

package io.github.xuyao5.dkl.eskits.context.disruptor;

import com.lmax.disruptor.EventTranslator;
import lombok.NonNull;

/**
 * @author Thomas.XU(xuyao)
 * @version 5/07/21 00:52
 */
@FunctionalInterface
public interface EventZeroArg {

    void translate(@NonNull EventTranslator translator);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy