class documentation

class UpdateMethodMultiParam(Protocol[MultiParamSpec, ProtocolReturnType]): (source)

View In Hierarchy

Decorated workflow update functions implement this.

Method __call__ Generic callable type callback.
Method validator Use to decorate a function to validate the arguments passed to the update handler.
Class Variable _defn Undocumented
def __call__(self, *args: MultiParamSpec.args, **kwargs: MultiParamSpec.kwargs) -> Union[ProtocolReturnType, Awaitable[ProtocolReturnType]]: (source)

Generic callable type callback.

Use to decorate a function to validate the arguments passed to the update handler.