Class 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 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:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable