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

org.talend.esb.sam.agent.queue.EventQueue Maven / Gradle / Ivy

package org.talend.esb.sam.agent.queue;

import java.util.concurrent.ConcurrentLinkedQueue;

import javax.inject.Named;
import javax.inject.Singleton;

import org.talend.esb.sam.common.event.Event;

@Named("queue")
@Singleton
public class EventQueue extends ConcurrentLinkedQueue {

    /**
     * 
     */
    private static final long serialVersionUID = -6461582835945008902L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy