public abstract static class ReflectionServiceGrpc.ReflectionServiceImplBase
extends java.lang.Object
implements io.grpc.BindableService
ReflectionService defines a service for application reflection.
| Constructor and Description |
|---|
ReflectionServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
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.
|
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
|
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
|
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
|
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
|
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
|
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.
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
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
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
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
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
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService