nexusrpc.handler._core.AbstractHandler
class documentation
Warning
This API is experimental and may change in the future.
| Method | cancel |
Handle a Cancel Operation request. |
| Method | start |
Undocumented |
@abstractmethod
def cancel_operation(self, ctx: CancelOperationContext, token: str) -> None | Awaitable[:
¶
Handle a Cancel Operation request.
| Parameters | |
ctx:CancelOperationContext | The operation context. |
token:str | The operation token. |
| Returns | |
None | Awaitable[ | Undocumented |
@abstractmethod
def start_operation(self, ctx: StartOperationContext, input: LazyValueT) -> StartOperationResultSync[:
¶