org.opencds.cqf.cql.debug.IDebugProtocolClientAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cql-debug-server Show documentation
Show all versions of cql-debug-server Show documentation
A debug server for CQL following the DSP
The newest version!
package org.opencds.cqf.cql.debug;
import org.eclipse.lsp4j.debug.services.IDebugProtocolClient;
public interface IDebugProtocolClientAware {
void connect(IDebugProtocolClient client);
}