module documentation

Undocumented

Class NexusClient A client for invoking Nexus operations.
Class NexusOperationCancellationType Defines behavior of a Nexus operation when the caller workflow initiates cancellation.
Class NexusOperationHandle Handle for interacting with a Nexus operation.
Function create_nexus_client Create a Nexus client.
Type Variable ServiceT Undocumented
def create_nexus_client(*, service: type[ServiceT], endpoint: str) -> NexusClient[ServiceT]:
def create_nexus_client(*, service: str, endpoint: str) -> NexusClient[Any]:
(source)

Create a Nexus client.

Parameters
service:type[ServiceT] | strThe Nexus service.
endpoint:strThe Nexus endpoint.
Returns
NexusClient[ServiceT]Undocumented
ServiceT = (source)

Undocumented

Value
TypeVar('ServiceT')