
com.redislabs.riot.stream.RiotStream Maven / Gradle / Ivy
The newest version!
package com.redislabs.riot.stream;
import com.redislabs.riot.RiotApp;
import picocli.CommandLine.Command;
@Command(name = "riot-stream", subcommands = { StreamImportCommand.class, StreamExportCommand.class })
public class RiotStream extends RiotApp {
public static void main(String[] args) {
System.exit(new RiotStream().execute(args));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy