
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
package io.quarkus.test.bootstrap;
@FunctionalInterface
public interface Action {
void handle(Service service);
}