class documentation

Undocumented

Class Method decode Undocumented
Method get_value Undocumented
Method invoke_info Undocumented
Method is_canceled Undocumented
Method is_completed Undocumented
Method is_pending Undocumented
Method is_rejected Undocumented
Method is_resolved Undocumented
Method is_timeout Undocumented
Class Variable completed_on Undocumented
Class Variable created_on Undocumented
Class Variable id Undocumented
Class Variable idempotency_key_for_complete Undocumented
Class Variable idempotency_key_for_create Undocumented
Class Variable param Undocumented
Class Variable state Undocumented
Class Variable tags Undocumented
Class Variable timeout Undocumented
Class Variable value Undocumented
@classmethod
def decode(cls, data: dict[str, Any], encoder: IEncoder[str, str]) -> Self:
def get_value(self, encoder: IEncoder[Any, str]) -> Result[Any, Exception]:

Undocumented

def invoke_info(self, encoder: IEncoder[Any, str]) -> _InvokeInfo:

Undocumented

def is_canceled(self) -> bool:

Undocumented

def is_completed(self) -> bool:

Undocumented

def is_pending(self) -> bool:

Undocumented

def is_rejected(self) -> bool:

Undocumented

def is_resolved(self) -> bool:

Undocumented

def is_timeout(self) -> bool:

Undocumented

completed_on: int | None =

Undocumented

created_on: int =

Undocumented

id: str =

Undocumented

idempotency_key_for_complete: IdempotencyKey =

Undocumented

idempotency_key_for_create: IdempotencyKey =

Undocumented

param: Param =

Undocumented

state: State =

Undocumented

tags: Tags =

Undocumented

timeout: int =

Undocumented

value: Value =

Undocumented