# Functions
NewCommandableGrpcService method are creates a new instance of the service.
InheritGrpcService methods are creates new instance NewGrpcService Parameters: - overrides a reference to child class that overrides virtual methods - serviceName string service name from XYZ.pb.go, set "" for use default gRPC commandable protobuf Return *GrpcService.
NewGrpcEndpoint method are creates new instance of GrpcEndpoint.
# Structs
CommandableGrpcService abstract service that receives commands via GRPC protocol
to operations automatically generated for commands defined in ICommandable components.
GrpcEndpoint used for creating GRPC endpoints.
GrpcService abstract service that receives remove calls via GRPC protocol.
InvokeComandMediator Helper class for implements invoke method in CommandableGrpc.
# Interfaces
No description provided by the author
IRegisterable is interface to perform on-demand registrations.