Class TestServer.InProcessTestServer

java.lang.Object
io.temporal.testserver.TestServer.InProcessTestServer
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
TestServer

public static final class TestServer.InProcessTestServer extends Object implements Closeable
  • Method Details

    • getWorkflowService

      @Deprecated public TestWorkflowService getWorkflowService()
      Deprecated.
      TODO should be removed after moving registerDelayedCallback into Test Service API. WorkflowService instance shouldn't be called directly.
    • getChannel

      public io.grpc.ManagedChannel getChannel()
    • close

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