Class TestQueryService

  • All Implemented Interfaces:
    io.grpc.BindableService

    public final class TestQueryService
    extends io.spine.client.grpc.QueryServiceGrpc.QueryServiceImplBase
    • Constructor Summary

      Constructors 
      Constructor Description
      TestQueryService​(com.google.protobuf.Message... messages)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void read​(io.spine.client.Query request, io.grpc.stub.StreamObserver<io.spine.client.QueryResponse> responseObserver)  
      • Methods inherited from class io.spine.client.grpc.QueryServiceGrpc.QueryServiceImplBase

        bindService
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestQueryService

        public TestQueryService​(com.google.protobuf.Message... messages)
    • Method Detail

      • read

        public void read​(io.spine.client.Query request,
                         io.grpc.stub.StreamObserver<io.spine.client.QueryResponse> responseObserver)
        Overrides:
        read in class io.spine.client.grpc.QueryServiceGrpc.QueryServiceImplBase