Add Data Cache Message
This commit is contained in:
parent
e214b62c53
commit
832e55c0d1
|
@ -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;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue