class documentation

class StartOperationResultSync(Generic[OutputT]):

View In Hierarchy

A result returned synchronously by the start method of a nexus operation handler.

Class Variable value The value returned by the operation.
value: OutputT = ΒΆ

The value returned by the operation.