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

io.quarkus.runtime.StartupTask Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
package io.quarkus.runtime;

/**
 * A task that is run on startup. Generally this will be provided by generated bytecode, and should not be used directly
 */
public interface StartupTask {

    void deploy(StartupContext context);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy