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

io.quarkus.test.bootstrap.Action Maven / Gradle / Ivy

package io.quarkus.test.bootstrap;

@FunctionalInterface
public interface Action {
    void handle(Service service);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy