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

com.tvd12.ezymq.activemq.handler.EzyActiveRequestInterceptors Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezymq.activemq.handler;

import com.tvd12.ezymq.activemq.util.EzyActiveInterceptorComparator;
import com.tvd12.ezymq.common.handler.EzyMQRequestInterceptors;

public class EzyActiveRequestInterceptors
    extends EzyMQRequestInterceptors {

    @Override
    protected void sortInterceptors() {
        interceptors.sort(EzyActiveInterceptorComparator.getInstance());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy