class documentation
class EphemeralServer: (source)
Constructors: EphemeralServer.start_dev_server(runtime, config)
, EphemeralServer.start_test_server(runtime, config)
, EphemeralServer(ref)
Python representation of a Rust ephemeral server.
Async Static Method | start |
Start a dev server instance. |
Async Static Method | start |
Start a test server instance. |
Method | __init__ |
Initialize an ephemeral server. |
Async Method | shutdown |
Shutdown this server. |
Property | has |
Whether this server supports the test service. |
Property | target |
Frontend address. |
Instance Variable | _ref |
Undocumented |
@staticmethod
async def start_dev_server(runtime:
async def start_dev_server(runtime:
temporalio.bridge.runtime.Runtime
, config: DevServerConfig
) -> EphemeralServer
:
(source)
¶
Start a dev server instance.
@staticmethod
async def start_test_server(runtime:
async def start_test_server(runtime:
temporalio.bridge.runtime.Runtime
, config: TestServerConfig
) -> EphemeralServer
:
(source)
¶
Start a test server instance.