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

com.liveperson.faas.csds.CsdsClient Maven / Gradle / Ivy

Go to download

Functions client for invoking lambdas via the eventsource gateway (a.k.a Asgard)

There is a newer version: 1.2.3
Show newest version
package com.liveperson.faas.csds;

import com.liveperson.faas.exception.CsdsRetrievalException;

/**
 * Retrieves base domains from LivePerson api
 *
 * @author sschwarz
 */
public interface CsdsClient {

    /**
     * @param service whose name is to be retrieved
     * @return the base Domain for given service
     * @throws CsdsRetrievalException when service that is queried for does not exist
     */
    String getDomain(String service) throws CsdsRetrievalException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy