All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.datahub.client.http.converter.BaseProtobufModel Maven / Gradle / Ivy

There is a newer version: 2.25.6
Show newest version
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