mirror of
https://gitee.com/BDWare/cm
synced 2025-01-10 09:54:03 +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:
parent
54e5159082
commit
d3fa52546f
@ -5,4 +5,7 @@ import org.bdware.sc.conn.ResultCallback;
|
||||
|
||||
public interface ContractExecutor {
|
||||
void execute(String requestID, ResultCallback rc, ContractRequest req);
|
||||
|
||||
default void close() {
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user