Class TestServicesStarter

java.lang.Object
io.temporal.internal.testservice.TestServicesStarter
All Implemented Interfaces:
Closeable, AutoCloseable

public class TestServicesStarter extends Object implements Closeable
  • 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 server
      initialTimeMillis - initial timestamp for the test server, System.currentTimeMillis() will be used if 0.
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
    • getOperatorService

      public io.temporal.internal.testservice.TestOperatorService getOperatorService()
    • getWorkflowService

      public TestWorkflowService getWorkflowService()
    • getTestService

      public io.temporal.internal.testservice.TestService getTestService()
    • getServices

      public List<io.grpc.BindableService> getServices()