com.xxdb.multithreadedtablewriter.Callback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dolphindb-javaapi Show documentation
Show all versions of dolphindb-javaapi Show documentation
The messaging and data conversion protocol between Java and DolphinDB server
package com.xxdb.multithreadedtablewriter;
import com.xxdb.data.Table;
public interface Callback {
void writeCompletion(Table callbackTable);
}