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

com.twilio.sdk.resource.factory.QueueFactory Maven / Gradle / Ivy

There is a newer version: 7.0.0-rc-10
Show newest version
package com.twilio.sdk.resource.factory;

import java.util.Map;
import java.util.List;

import com.twilio.sdk.TwilioRestException;
import com.twilio.sdk.resource.instance.Queue;
import org.apache.http.NameValuePair;

/**
 * The {@link QueueFactory} creates {@link Queue} instances, passing in a map of properties
 *
 * @author Christer Fahlgren
 *
 */
public interface QueueFactory {

    public Queue create(Map params) throws TwilioRestException;

    public Queue create(List params) throws TwilioRestException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy