com.siemensqms.qmsplus.sdk.bean.MessagePayload Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Developed By SiemensQMS,To Use For Developers
The newest version!
package com.siemensqms.qmsplus.sdk.bean;
import java.util.List;
import java.util.Map;
/**
* {@code MessagePayload} is massage format that from a Adapter publish to Gateway.
* messageId, as uuid,is the unique identity of a message.
* messageToken is a token that a publisher customizes.
* sendServiceId records message publisher information.
* topicId marks the identity of topic.
* body marks message data information which used to publish.
*
* @Author Yuqin.
*/
public class MessagePayload {
private String messageId;
private String messageToken;
private String sendServiceId;
private String topicId;
private List © 2015 - 2025 Weber Informatics LLC | Privacy Policy