module documentation
Undocumented
Function | get |
Undocumented |
Function | get |
Return the OperationHandler factory function for the object. |
Function | is |
Return True if obj is an async callable. |
Function | is |
Return True if obj is a callable. |
Function | is |
Undocumented |
Function | set |
Set the OperationHandler factory for this object. |
Function | set |
Set the nexusrpc.ServiceDefinition for this class. |
Constant | _NEXUS |
Undocumented |
Constant | _NEXUS |
Undocumented |
Constant | _NEXUS |
Undocumented |
def set_operation_factory(obj:
Any
, operation_factory: Callable[ [ Any], OperationHandler[ InputT, OutputT]]
):
¶
Set the OperationHandler
factory for this object.
obj should be an operation start method.