com.quotemedia.streamer.client.impl.PayloadDecoder Maven / Gradle / Ivy
package com.quotemedia.streamer.client.impl;
import com.quotemedia.streamer.messages.smessage.SMessage;
import java.io.IOException;
public interface PayloadDecoder {
Object decode(final SMessage in) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy