com.github.andyshao.distribution.group.GroupManagement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Gear Show documentation
Show all versions of Gear Show documentation
Enhance and formating the coding of JDK
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