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

com.refinitiv.ema.access.ConsumerSessionInfo Maven / Gradle / Ivy

There is a newer version: 3.8.2.0
Show newest version
package com.refinitiv.ema.access;

import com.refinitiv.eta.valueadd.reactor.ReactorChannel;

/**
 * Provides session information for {@link OmmConsumer} when EMA throws {@link OmmJsonConverterException}.
 */
public class ConsumerSessionInfo extends SessionInfo {
    void loadConsumerSession(ReactorChannel reactorChannel) {
        super.loadSessionInfo(reactorChannel);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy