com.siemensqms.qmsplus.sdk.publish.ICommand 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.publish;
import com.siemensqms.qmsplus.sdk.bean.MessageResponse;
/**
* The class is a interface which provides method for sending message.
* @author Sherry.
*/
public interface ICommand {
/**
* The function is used to handle business of send message.
* @return A string marks result of publish message is succeed or not.
*/
MessageResponse execute();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy