class documentation
Defines a Nexus operation in a Nexus service definition.
This class is for definition of operation name and input/output types only; to
implement an operation, see nexusrpc.handler.operation_handler
.
Example:
@nexusrpc.service class MyNexusService: my_operation: nexusrpc.Operation[MyInput, MyOutput]
Class Variable | input |
Undocumented |
Class Variable | method |
Undocumented |
Class Variable | name |
Undocumented |
Class Variable | output |
Undocumented |