class documentation
class TestService(temporalio.bridge.services_generated.TestService): (source)
Constructor: TestService(client)
Client to the Temporal test server's test service.
Inherited from TestService
:
Method | __init__ |
Initialize service with the provided ServiceClient. |
Async Method | get |
Invokes the TestService.get_current_time rpc method. |
Async Method | lock |
Invokes the TestService.lock_time_skipping rpc method. |
Async Method | sleep |
Invokes the TestService.sleep rpc method. |
Async Method | sleep |
Invokes the TestService.sleep_until rpc method. |
Async Method | unlock |
Invokes the TestService.unlock_time_skipping rpc method. |
Async Method | unlock |
Invokes the TestService.unlock_time_skipping_with_sleep rpc method. |
Instance Variable | _client |
Undocumented |
Instance Variable | _service |
Undocumented |