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.
def create_nexus_client(*, service: type[NexusServiceType], endpoint: str) -> NexusClient[NexusServiceType]:
def create_nexus_client(*, service: str, endpoint: str) -> NexusClient[Any]:
(source) ΒΆ

Create a Nexus client.

Parameters
service:type[NexusServiceType] | strThe Nexus service.
endpoint:strThe Nexus endpoint.
Returns
NexusClient[NexusServiceType]Undocumented