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

io.quarkus.narayana.jta.runtime.interceptor.RunnableWithException Maven / Gradle / Ivy

The newest version!
package io.quarkus.narayana.jta.runtime.interceptor;

@FunctionalInterface
public interface RunnableWithException {
    void run() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy