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

com.microsoft.azure.kusto.ingest.utils.KustoCheckedFunction Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package com.microsoft.azure.kusto.ingest.utils;

import com.microsoft.azure.kusto.ingest.exceptions.IngestionClientException;
import com.microsoft.azure.kusto.ingest.exceptions.IngestionServiceException;

@FunctionalInterface
public interface KustoCheckedFunction {
    R apply(T t) throws IngestionClientException, IngestionServiceException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy