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

io.mstream.trader.simulation.handlers.monitoring.version.VersionHandler Maven / Gradle / Ivy

There is a newer version: 1.18
Show newest version
package io.mstream.trader.simulation.handlers.monitoring.version;

import ratpack.handling.Context;
import ratpack.handling.Handler;

class VersionHandler implements Handler {

    @Override
    public void handle(Context ctx) throws Exception {
        ctx.getResponse().send("1.0");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy