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

xin.alum.aim.groups.ClusterMessage Maven / Gradle / Ivy

There is a newer version: 1.9.6
Show newest version
package xin.alum.aim.groups;

import xin.alum.aim.model.Pusher;

/**
 * 集群接受消息接口
 */
public interface ClusterMessage {
    void onMessage(byte[] m);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy