Client
io.github.positionpal.client.ClientADT.Client
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ClientStatusHandler
Members list
Value members
Abstract methods
The ID associated to the client
The OutputReference indicating the channel where we can actually exchange a message with the ClientStatus.
The OutputReference indicating the channel where we can actually exchange a message with the ClientStatus.
Attributes
Set a new OutputReference for the client
Set a new OutputReference for the client
Attributes
- Returns
-
a new ClientOps instance with a new OutputReference.
Set a new status for the client
Set a new status for the client
Value parameters
- newStatus
-
the new status
Attributes
- Returns
-
a new ClientOps instance with the new status
The current status of a client
The current status of a client
Attributes
- Returns
-
the ClientStatus representing the status of a ClientStatus
Concrete methods
Perform an operation only if an output resource is set
Perform an operation only if an output resource is set
Value parameters
- f
-
the operation to perform
Attributes
In this article