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

cn.hippo4j.common.monitor.Message Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.hippo4j.common.monitor;

import java.io.Serializable;
import java.util.List;

/**
 * Abstract message monitoring interface.
 *
 * @author chen.ma
 * @date 2021/12/6 20:16
 */
public interface Message extends Serializable {

    /**
     * Get groupKey.
     *
     * @return
     */
    String getGroupKey();

    /**
     * Get message type.
     *
     * @return
     */
    MessageTypeEnum getMessageType();

    /**
     * Get messages.
     *
     * @return
     */
    List getMessages();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy