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

com.github.andyshao.distribution.group.GroupManagement Maven / Gradle / Ivy

The newest version!
package com.github.andyshao.distribution.group;

/**
 * 
 * Title:
* Descript:
* Copyright: Copryright(c) Mar 29, 2018
* Encoding: UNIX UTF-8 * @author andy.shao * */ public interface GroupManagement { /** * Join the group * @param join {@link MemberJoin} * @throws GroupManageException any group manage error */ void joinGroup(MemberJoin join) throws GroupManageException; /** * Cancel operation * @throws GroupManageException any group manage error */ void cancel() throws GroupManageException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy