Package io.temporal.testserver
Class TestServer.InProcessTestServer
- java.lang.Object
-
- io.temporal.testserver.TestServer.InProcessTestServer
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- TestServer
public static final class TestServer.InProcessTestServer extends java.lang.Object implements java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()io.grpc.ManagedChannelgetChannel()TestWorkflowServicegetWorkflowService()Deprecated.
-
-
-
Method Detail
-
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:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable
-
-