ProxyCommandRegistryProtocol
object ProxyCommandRegistryProtocol
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun encodeRequest(senderId: String = "backend", issuedAtMillis: Long = System.currentTimeMillis(), ttlMillis: Long = DEFAULT_TTL_MILLIS): ByteArray
Link copied to clipboard
fun encodeSnapshot(commands: List<ProxyCommandDescriptor>, senderId: String = "proxy", issuedAtMillis: Long = System.currentTimeMillis(), ttlMillis: Long = DEFAULT_TTL_MILLIS): ByteArray
Link copied to clipboard
Link copied to clipboard