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

com.quotemedia.streamer.client.StreamFactory Maven / Gradle / Ivy

Go to download

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;

import com.quotemedia.streamer.client.cfg.Config;

/**
 * The interface for creating all types of stream factories.
 * 

* Implementations of this interface includes {@link com.quotemedia.streamer.client.StreamAtmoFactory} and {@link com.quotemedia.streamer.client.StreamStompFactory} *

*/ public interface StreamFactory { Stream create() throws Exception; void close(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy