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

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

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

import xin.alum.aim.model.Transportable;

/**
 * 集群处理工厂
 *
 * @auther Alum(alum @ live.cn)
 * @date 2021/8/17 19:26
 */
public interface ClusterFactory {

    /**
     * 互踢
     *
     * @param session
     */
    void kick(Session session);

    /**
     * 推送
     *
     * @param reply
     */
    void push(String recipient, Transportable reply);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy