com.aliyun.datahub.client.http.converter.BaseProtobufModel Maven / Gradle / Ivy
package com.aliyun.datahub.client.http.converter;
import com.google.protobuf.Message;
public interface BaseProtobufModel {
// record serialize type
String getContentType();
// get message
Message getMessage();
// set message
void setMessage(Message message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy