![JAR search and dependency download from the Maven repository](/logo.png)
com.twilio.sdk.resource.factory.QueueFactory Maven / Gradle / Ivy
package com.twilio.sdk.resource.factory;
import java.util.Map;
import com.twilio.sdk.TwilioRestException;
import com.twilio.sdk.resource.instance.Queue;
/**
* 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;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy