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

io.alauda.client.INotifactionClient Maven / Gradle / Ivy

package io.alauda.client;

import io.alauda.model.ServiceDetails;
import net.sf.json.JSONArray;

import java.io.IOException;

public interface INotifactionClient {
    void sendNotification(String name, String data) throws IOException;

    void sendNotification(String name, String data, String spaceName) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy