kaskada.api.remote_session
Package Contents
Classes
Helper class that provides a standard way to create an ABC using |
|
The RemoteBuilder is a utility class designed to assist in creating remote sessions to the Kaskada Manager service. |
- class Builder(endpoint=None, is_secure=None, name=None, client_id=None)[source]
Bases:
abc.ABC
Helper class that provides a standard way to create an ABC using inheritance.
- Parameters:
- class Session(endpoint, is_secure, client_id=None, client_factory=None)[source]
- Parameters:
endpoint (str) –
is_secure (bool) –
client_id (Optional[str]) –
client_factory (Optional[kaskada.client.ClientFactory]) –
- stop()
- class RemoteBuilder(endpoint, is_secure)[source]
Bases:
kaskada.api.session.Builder
The RemoteBuilder is a utility class designed to assist in creating remote sessions to the Kaskada Manager service.
- Parameters:
Builder (kaskada.api.session.Builder) – The Kaskada root builder
endpoint (str) –
is_secure (bool) –