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

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

There is a newer version: 1.45.3
Show newest version
package com.slack.api.scim2.impl;

import com.slack.api.scim2.SCIM2ApiException;
import com.slack.api.scim2.SCIM2ApiResponse;

import java.io.IOException;

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

    T execute() throws IOException, SCIM2ApiException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy