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

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

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

import java.util.List;
import java.util.Map;

/**
 * Message request.
 *
 * @author chen.ma
 * @date 2021/12/10 21:17
 */
public interface MessageRequest {

    /**
     * Get content params.
     *
     * @return
     */
    List> getContentParams();

    /**
     * Get response class.
     *
     * @return
     */
    Class getResponseClass();

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy