mirror of
https://gitee.com/BDWare/cm
synced 2026-01-28 20:09:26 +00:00
feat: update ContractExecutor and implementation classes
use default function of interface to update ContractExecutor; add TODO logs in SelfAdaptiveShardingExecutor
This commit is contained in:
@@ -5,4 +5,7 @@ import org.bdware.sc.conn.ResultCallback;
|
||||
|
||||
public interface ContractExecutor {
|
||||
void execute(String requestID, ResultCallback rc, ContractRequest req);
|
||||
|
||||
default void close() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user