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

com.github.lipinskipawel.maelstrom.api.protocol.unique.Unique Maven / Gradle / Ivy

package com.github.lipinskipawel.maelstrom.api.protocol.unique;

import com.github.lipinskipawel.maelstrom.api.protocol.EventType;

public final class Unique extends EventType implements UniqueWorkload {
    public Unique() {
        super("generate");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy