![JAR search and dependency download from the Maven repository](/logo.png)
org.crp.flowable.shell.utils.ExecuteWithClient Maven / Gradle / Ivy
The newest version!
package org.crp.flowable.shell.utils;
import com.fasterxml.jackson.databind.JsonNode;
import org.apache.http.impl.client.CloseableHttpClient;
@FunctionalInterface
public interface ExecuteWithClient {
JsonNode execute(CloseableHttpClient client);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy