com.refinitiv.ema.access.ConsumerSessionInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ema Show documentation
Show all versions of ema Show documentation
Enterprise Message API (EMA) Java Edition
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);
}
}