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

com.alipay.api.msg.MsgHandler Maven / Gradle / Ivy

/**
 * Alipay.com Inc. Copyright (c) 2004-2018 All Rights Reserved.
 */
package com.alipay.api.msg;

/**
 * @author liuqun.lq
 * @version $Id: MessageHandler.java, v 0.1 2018年08月31日 16:52 liuqun.lq Exp $
 */
public interface MsgHandler {

    void onMessage(String msgApi, String msgId, String bizContent);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy