-
Classes Class Description io.temporal.internal.testservice.TestServiceServer useTestServer.main(String[])with--enable-time-skippingto get the behavior of this starter method
-
Methods Method Description io.temporal.internal.testservice.TestWorkflowService.createServerOnly(int) useTestServer.createPortBoundServer(int, boolean)instead and passlockTimeSkipping=falseto emulate the behavior of this methodio.temporal.internal.testservice.TestWorkflowService.createWithNoGrpcServer() useTestServicesStarterto create just the services with gRPC serverio.temporal.internal.testservice.TestWorkflowService.currentTimeMillis() io.temporal.internal.testservice.TestWorkflowService.lockTimeSkipping(String) io.temporal.internal.testservice.TestWorkflowService.newClientStub() io.temporal.internal.testservice.TestWorkflowService.sleep(Duration) io.temporal.internal.testservice.TestWorkflowService.unlockTimeSkipping(String) io.temporal.testserver.TestServer.InProcessTestServer.getWorkflowService()
-
Constructors Constructor Description io.temporal.internal.testservice.TestWorkflowService() useTestServer.createServer(boolean)instead and passlockTimeSkipping=falseto emulate the behavior of this method