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

org.citrusframework.remote.ThrowingHandler Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
package org.citrusframework.remote;

public interface ThrowingHandler {
    void handle(T t) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy