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

com.tinkerpop.rexster.server.RexsterServer Maven / Gradle / Ivy

package com.tinkerpop.rexster.server;

/**
 * Interface for the various "servers" that Rexster exposes.
 *
 * @author Stephen Mallette (http://stephen.genoprime.com)
 */
public interface RexsterServer {
    void stop() throws Exception;

    void start(final RexsterApplication application) throws Exception ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy