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

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