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

com.tvd12.ezymq.common.EzyMQRpcProxy Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezymq.common;

import com.tvd12.ezyfox.codec.EzyEntityCodec;
import com.tvd12.ezymq.common.codec.EzyMQDataCodec;
import com.tvd12.ezymq.common.setting.EzyMQSettings;

public abstract class EzyMQRpcProxy
    extends EzyMQProxy {

    public EzyMQRpcProxy(
        S settings,
        EzyMQDataCodec dataCodec,
        EzyEntityCodec entityCodec
    ) {
        super(settings, dataCodec, entityCodec);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy