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

com.quotemedia.streamer.client.OnError 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;

/**
 * Error callback function interface.
 */
public interface OnError {
    /**
     * Called when the resource this callback is used with encounters an error.
     *
     * @param e exception describing the error cause
     */
    void error(final StreamException e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy