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

org.kiwiproject.dropwizard.util.startup.ExecutionStrategy Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
package org.kiwiproject.dropwizard.util.startup;

/**
 * Defines a strategy used in {@link SystemExecutioner} to terminate the JVM.
 */
public interface ExecutionStrategy {

    /**
     * Performs the exit operation.
     */
    void exit();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy