Class TestServicesStarter

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class TestServicesStarter
    extends java.lang.Object
    implements java.io.Closeable
    • Constructor Detail

      • 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 Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • getOperatorService

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

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

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