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

com.slack.api.scim.impl.AsyncExecutionSupplier Maven / Gradle / Ivy

There is a newer version: 1.39.0
Show newest version
package com.slack.api.scim.impl;

import com.slack.api.scim.SCIMApiException;
import com.slack.api.scim.SCIMApiResponse;

import java.io.IOException;

/**
 * A Supplier that holds an API Method execution.
 */
@FunctionalInterface
public interface AsyncExecutionSupplier {

    T execute() throws IOException, SCIMApiException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy