ChannelClient
interface ChannelClient<T> : SerializedChannel<T> , SingleChannelClient<T> , KsrpcEnvironment.Element<T>
A SerializedChannel that can call into sub-services.
This could be a bidirectional conduit like a Connection, or it could be a client only service such as http client.
Inheritors
Functions
Link copied to clipboard
Get a SerializedService that is the default on this client (i.e. using DEFAULT channel id). This should act as the root service for most scenarios.
Link copied to clipboard
Add a callback to be invoked when SuspendCloseable.close is called.
Link copied to clipboard
Takes a given channel id and creates a service wrapper to make calls on that channel.