InitializedKrpcClient

constructor(config: KrpcConfig.Client, transport: KrpcTransport)(source)

Parameters

config

configuration provided for that specific client. Applied to all services that use this client. See KrpcClient.initializeConfig.

transport

KrpcTransport instance that will be used to send and receive RPC messages. See KrpcClient.initializeTransport.