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

com.siemensqms.qmsplus.sdk.publish.ICommand Maven / Gradle / Ivy

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