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

com.github.ddth.queue.IQueueFactory Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.github.ddth.queue;

/**
 * Factory to create {@link IQueue} instances.
 * 
 * @author Thanh Ba Nguyen 
 * @since 0.4.1
 */
public interface IQueueFactory {
    /**
     * Gets an {@link IQueue} instance.
     * 
     * @param spec
     *            concrete class defines format of {@code spec}.
     * @return
     */
    public IQueue getQueue(QueueSpec spec);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy