pip_services3_grpc library Null safety
Classes
- CommandableGrpcClient
- Abstract client that calls commandable GRPC service. [...]
- CommandableGrpcService
- Abstract service that receives commands via GRPC protocol to operations automatically generated for commands defined in ICommandable components. Each command is exposed as invoke method that receives command name and parameters. [...]
- DefaultGrpcFactory
- Creates GRPC components by their descriptors. [...]
- GrpcClient
- Abstract client that calls remove endpoints using GRPC protocol. [...]
- GrpcEndpoint
- Used for creating GRPC endpoints. An endpoint is a URL, at which a given service can be accessed by a client. [...]
- IRegisterable
- Interface to perform on-demand registrations.
Mixins
- GrpcService
- Abstract service that receives remove calls via GRPC protocol. [...]