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

com.tvd12.ezymq.common.codec.EzyMQDataDeserializer Maven / Gradle / Ivy

package com.tvd12.ezymq.common.codec;

public interface EzyMQDataDeserializer {

    Object deserialize(String cmd, byte[] request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy