
com.ksc.live.Live Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ksc-sdk-java-live Show documentation
Show all versions of ksc-sdk-java-live Show documentation
The KSC SDK for Java - live module holds the classes that is used
by the individual service clients to interact with KSC Web Services.
Users need to depend on live-java-sdk artifact for accessing individual client classes.
The newest version!
package com.ksc.live;
import com.ksc.live.model.GetListRequest;
import com.ksc.live.model.LiveResult;
public interface Live {
public LiveResult listPubStreamsInfo(GetListRequest liveRequest);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy