Namespace TypedRest.CodeGeneration.Endpoints.Rpc
Classes
- ActionEndpoint
RPC endpoint that is invoked with no input or output.
- ConsumerEndpoint
RPC endpoint that takes an entity as input when invoked.
- FunctionEndpoint
RPC endpoint that takes an entity as input and returns another entity as output when invoked.
- ProducerEndpoint
RPC endpoint that returns an entity as output when invoked.