public static final class QueryServiceGrpc.QueryServiceStub extends io.grpc.stub.AbstractStub<QueryServiceGrpc.QueryServiceStub>
Modifier and Type | Method and Description |
---|---|
protected QueryServiceGrpc.QueryServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
io.grpc.stub.StreamObserver<QueryProviderOutbound> |
openStream(io.grpc.stub.StreamObserver<QueryProviderInbound> responseObserver) |
void |
query(QueryRequest request,
io.grpc.stub.StreamObserver<QueryResponse> responseObserver) |
io.grpc.stub.StreamObserver<SubscriptionQueryRequest> |
subscription(io.grpc.stub.StreamObserver<SubscriptionQueryResponse> responseObserver) |
protected QueryServiceGrpc.QueryServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<QueryServiceGrpc.QueryServiceStub>
public io.grpc.stub.StreamObserver<QueryProviderOutbound> openStream(io.grpc.stub.StreamObserver<QueryProviderInbound> responseObserver)
public void query(QueryRequest request, io.grpc.stub.StreamObserver<QueryResponse> responseObserver)
public io.grpc.stub.StreamObserver<SubscriptionQueryRequest> subscription(io.grpc.stub.StreamObserver<SubscriptionQueryResponse> responseObserver)
Copyright © 2010–2019. All rights reserved.