@Generated(value="by gRPC proto compiler (version 1.19.0)", comments="Source: query.proto") public final class QueryServiceGrpc extends Object
Service providing operations for the Query Messaging component of AxonServer
Modifier and Type | Class and Description |
---|---|
static class |
QueryServiceGrpc.QueryServiceBlockingStub
Service providing operations for the Query Messaging component of AxonServer
|
static class |
QueryServiceGrpc.QueryServiceFutureStub
Service providing operations for the Query Messaging component of AxonServer
|
static class |
QueryServiceGrpc.QueryServiceImplBase
Service providing operations for the Query Messaging component of AxonServer
|
static class |
QueryServiceGrpc.QueryServiceStub
Service providing operations for the Query Messaging component of AxonServer
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<QueryProviderOutbound,QueryProviderInbound> |
getOpenStreamMethod() |
static io.grpc.MethodDescriptor<QueryRequest,QueryResponse> |
getQueryMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SubscriptionQueryRequest,SubscriptionQueryResponse> |
getSubscriptionMethod() |
static QueryServiceGrpc.QueryServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static QueryServiceGrpc.QueryServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static QueryServiceGrpc.QueryServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<QueryProviderOutbound,QueryProviderInbound> getOpenStreamMethod()
public static io.grpc.MethodDescriptor<QueryRequest,QueryResponse> getQueryMethod()
public static io.grpc.MethodDescriptor<SubscriptionQueryRequest,SubscriptionQueryResponse> getSubscriptionMethod()
public static QueryServiceGrpc.QueryServiceStub newStub(io.grpc.Channel channel)
public static QueryServiceGrpc.QueryServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static QueryServiceGrpc.QueryServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2010–2020. All rights reserved.