class documentation

Python representation of a Rust ephemeral server.

Async Static Method start_dev_server Start a dev server instance.
Async Static Method start_test_server Start a test server instance.
Method __init__ Initialize an ephemeral server.
Async Method shutdown Shutdown this server.
Property has_test_service Whether this server supports the test service.
Property target Frontend address.
Instance Variable _ref Undocumented

Start a dev server instance.

Start a test server instance.

def __init__(self, ref: temporalio.bridge.temporal_sdk_bridge.EphemeralServerRef): (source)

Initialize an ephemeral server.

async def shutdown(self): (source)

Shutdown this server.

@property
has_test_service: bool = (source)

Whether this server supports the test service.

Frontend address.

Undocumented