io.quarkus.runtime.StartupTask Maven / Gradle / Ivy
The 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