tsingphone

Results 1 issues of tsingphone

public class Test { public static void main(String[] args) throws InterruptedException { // Start gateways Gateway network = NetworkGateway.create(); Gateway process = ProcessGateway.create(); Bus networkBus = network.getBus(); Bus processBus =...