feat: sharding executor exec locally
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.bdware.sdk.consistency.api.context;
|
||||
|
||||
import com.google.gson.JsonObject;
|
||||
import org.bdware.sc.conn.ResultCallback;
|
||||
|
||||
public interface IMasterClientTCPAction {
|
||||
void asyncExecuteContractLocally(JsonObject jo, ResultCallback rc);
|
||||
}
|
||||
@@ -1,6 +1,8 @@
|
||||
package org.bdware.sdk.consistency.api.context;
|
||||
|
||||
public interface ISDKContext {
|
||||
IMasterClientTCPAction getMasterClientTCPAction();
|
||||
|
||||
IMasterServerTCPAction getMasterServerTCPAction();
|
||||
|
||||
INetworkManager getNetworkManager();
|
||||
|
||||
Reference in New Issue
Block a user