Transport

Edit pageLast modified: 22 November 2024

Transport layer exists to abstract from the RPC requests logic and focus on delivering and receiving encoded RPC messages in kRPC Protocol. This layer is represented by KrpcTransport interface. It supports two message formats — string and binary, and depending on which serialization format you choose, one or the other will be used.