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

com.github.lipinskipawel.maelstrom.api.protocol.echo.EchoWorkload Maven / Gradle / Ivy

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

import com.github.lipinskipawel.maelstrom.api.protocol.BaseWorkload;
import com.github.lipinskipawel.maelstrom.api.protocol.Init;
import com.github.lipinskipawel.maelstrom.api.protocol.Quit;

public sealed interface EchoWorkload extends BaseWorkload permits Init, Quit,
        Echo {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy