Class TestServicesStarter
java.lang.Object
io.temporal.internal.testservice.TestServicesStarter
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Details
-
TestServicesStarter
public TestServicesStarter(boolean lockTimeSkipping, long initialTimeMillis) - Parameters:
lockTimeSkipping- true if the time skipping should be locked (disabled) by default after creation of the serverinitialTimeMillis- initial timestamp for the test server,System.currentTimeMillis()will be used if 0.
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
getOperatorService
public io.temporal.internal.testservice.TestOperatorService getOperatorService() -
getWorkflowService
-
getTestService
public io.temporal.internal.testservice.TestService getTestService() -
getServices
-