Package terra.market.v1beta1
Class QueryGrpc
- java.lang.Object
-
- terra.market.v1beta1.QueryGrpc
-
public final class QueryGrpc extends java.lang.ObjectQuery defines the gRPC querier service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryGrpc.QueryBlockingStubQuery defines the gRPC querier service.static classQueryGrpc.QueryFutureStubQuery defines the gRPC querier service.static classQueryGrpc.QueryImplBaseQuery defines the gRPC querier service.static classQueryGrpc.QueryStubQuery defines the gRPC querier service.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<terra.market.v1beta1.QueryOuterClass.QueryParamsRequest,terra.market.v1beta1.QueryOuterClass.QueryParamsResponse>getParamsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<terra.market.v1beta1.QueryOuterClass.QuerySwapRequest,terra.market.v1beta1.QueryOuterClass.QuerySwapResponse>getSwapMethod()static io.grpc.MethodDescriptor<terra.market.v1beta1.QueryOuterClass.QueryTerraPoolDeltaRequest,terra.market.v1beta1.QueryOuterClass.QueryTerraPoolDeltaResponse>getTerraPoolDeltaMethod()static QueryGrpc.QueryBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic QueryGrpc.QueryFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic QueryGrpc.QueryStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSwapMethod
public static io.grpc.MethodDescriptor<terra.market.v1beta1.QueryOuterClass.QuerySwapRequest,terra.market.v1beta1.QueryOuterClass.QuerySwapResponse> getSwapMethod()
-
getTerraPoolDeltaMethod
public static io.grpc.MethodDescriptor<terra.market.v1beta1.QueryOuterClass.QueryTerraPoolDeltaRequest,terra.market.v1beta1.QueryOuterClass.QueryTerraPoolDeltaResponse> getTerraPoolDeltaMethod()
-
getParamsMethod
public static io.grpc.MethodDescriptor<terra.market.v1beta1.QueryOuterClass.QueryParamsRequest,terra.market.v1beta1.QueryOuterClass.QueryParamsResponse> getParamsMethod()
-
newStub
public static QueryGrpc.QueryStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static QueryGrpc.QueryBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static QueryGrpc.QueryFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-