![JAR search and dependency download from the Maven repository](/logo.png)
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