nexusrpc.handler.StartOperationResultSync
class documentation
class StartOperationResultSync(Generic[OutputT]):
View In Hierarchy
A result returned synchronously by the start method of a nexus operation handler.
value
value: OutputT = ΒΆ
OutputT
The value returned by the operation.