class documentation
class _TimeSkippingClientOutboundInterceptor(temporalio.client.OutboundInterceptor): (source)
Constructor: _TimeSkippingClientOutboundInterceptor(next, env)
Undocumented
Method | __init__ |
Create the outbound interceptor. |
Async Method | start |
Called for every Client.start_workflow call. |
Instance Variable | env |
Undocumented |
Inherited from OutboundInterceptor
:
def __init__(self, next:
temporalio.client.OutboundInterceptor
, env: _EphemeralServerWorkflowEnvironment
):
(source)
¶
Create the outbound interceptor.
Parameters | |
next:temporalio.client.OutboundInterceptor | The next interceptor in the chain. The default implementation of all calls is to delegate to the next interceptor. |
env:_EphemeralServerWorkflowEnvironment | Undocumented |
async def start_workflow(self, input:
temporalio.client.StartWorkflowInput
) -> temporalio.client.WorkflowHandle[ Any, Any]
:
(source)
¶
Called for every Client.start_workflow
call.