Add Data Cache Message

This commit is contained in:
YuCheng Hu 2019-08-05 14:09:38 -04:00
parent e214b62c53
commit 832e55c0d1
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: main/proto/tot_list.proto
package com.insight.demo.serialize.model.msgpack;
import org.msgpack.annotation.Message;
@Message
public class DataCacheMessage {
public boolean compact;
public int schema;
}