com.quotemedia.streamer.client.impl.DecodedPayloadEncoder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of streamerclient-java-core Show documentation
Show all versions of streamerclient-java-core Show documentation
Java streaming client that provides easy-to-use client APIs to connect and subscribe to QuoteMedia's market data streaming services. https://quotemedia.com/
The newest version!
package com.quotemedia.streamer.client.impl;
import com.quotemedia.streamer.messages.control.CtrlMessage;
import java.io.IOException;
public class DecodedPayloadEncoder implements PayloadEncoder {
@Override
public MessageImpl encode(final CtrlMessage data) throws IOException {
return new MessageImpl().decodedpayload(data);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy