Package cosmos.base.reflection.v2alpha1
Class ReflectionServiceGrpc.ReflectionServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ReflectionServiceGrpc.ReflectionServiceStub>
-
- cosmos.base.reflection.v2alpha1.ReflectionServiceGrpc.ReflectionServiceStub
-
- Enclosing class:
- ReflectionServiceGrpc
public static final class ReflectionServiceGrpc.ReflectionServiceStub extends io.grpc.stub.AbstractAsyncStub<ReflectionServiceGrpc.ReflectionServiceStub>
ReflectionService defines a service for application reflection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReflectionServiceGrpc.ReflectionServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetAuthnDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetAuthnDescriptorRequest request, io.grpc.stub.StreamObserver<cosmos.base.reflection.v2alpha1.Reflection.GetAuthnDescriptorResponse> responseObserver)GetAuthnDescriptor returns information on how to authenticate transactions in the application NOTE: this RPC is still experimental and might be subject to breaking changes or removal in future releases of the cosmos-sdk.voidgetChainDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorRequest request, io.grpc.stub.StreamObserver<cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorResponse> responseObserver)GetChainDescriptor returns the description of the chainvoidgetCodecDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorRequest request, io.grpc.stub.StreamObserver<cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorResponse> responseObserver)GetCodecDescriptor returns the descriptor of the codec of the applicationvoidgetConfigurationDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorRequest request, io.grpc.stub.StreamObserver<cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorResponse> responseObserver)GetConfigurationDescriptor returns the descriptor for the sdk.Config of the applicationvoidgetQueryServicesDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorRequest request, io.grpc.stub.StreamObserver<cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorResponse> responseObserver)GetQueryServicesDescriptor returns the available gRPC queryable services of the applicationvoidgetTxDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorRequest request, io.grpc.stub.StreamObserver<cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorResponse> responseObserver)GetTxDescriptor returns information on the used transaction object and available msgs that can be used
-
-
-
Method Detail
-
build
protected ReflectionServiceGrpc.ReflectionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ReflectionServiceGrpc.ReflectionServiceStub>
-
getAuthnDescriptor
public void getAuthnDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetAuthnDescriptorRequest request, io.grpc.stub.StreamObserver<cosmos.base.reflection.v2alpha1.Reflection.GetAuthnDescriptorResponse> responseObserver)GetAuthnDescriptor returns information on how to authenticate transactions in the application NOTE: this RPC is still experimental and might be subject to breaking changes or removal in future releases of the cosmos-sdk.
-
getChainDescriptor
public void getChainDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorRequest request, io.grpc.stub.StreamObserver<cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorResponse> responseObserver)GetChainDescriptor returns the description of the chain
-
getCodecDescriptor
public void getCodecDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorRequest request, io.grpc.stub.StreamObserver<cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorResponse> responseObserver)GetCodecDescriptor returns the descriptor of the codec of the application
-
getConfigurationDescriptor
public void getConfigurationDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorRequest request, io.grpc.stub.StreamObserver<cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorResponse> responseObserver)GetConfigurationDescriptor returns the descriptor for the sdk.Config of the application
-
getQueryServicesDescriptor
public void getQueryServicesDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorRequest request, io.grpc.stub.StreamObserver<cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorResponse> responseObserver)GetQueryServicesDescriptor returns the available gRPC queryable services of the application
-
getTxDescriptor
public void getTxDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorRequest request, io.grpc.stub.StreamObserver<cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorResponse> responseObserver)GetTxDescriptor returns information on the used transaction object and available msgs that can be used
-
-