org.citrusframework.remote.ThrowingHandler Maven / Gradle / Ivy
package org.citrusframework.remote;
public interface ThrowingHandler {
void handle(T t) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.citrusframework.remote;
public interface ThrowingHandler {
void handle(T t) throws Exception;
}