Uses of Class
org.drasyl.node.plugin.groups.client.Group
Packages that use Group
Package
Description
The groups client plugin.
Events that are emitted when this plugin is enabled.Messages that are used to communicate with other nodes using the groups plugin.
-
Uses of Group in org.drasyl.node.plugin.groups.client
Methods in org.drasyl.node.plugin.groups.client that return Group -
Uses of Group in org.drasyl.node.plugin.groups.client.event
Methods in org.drasyl.node.plugin.groups.client.event that return GroupMethods in org.drasyl.node.plugin.groups.client.event with parameters of type GroupModifier and TypeMethodDescriptionstatic GroupJoinedEventGroupJoinedEvent.of(Group group, Set<IdentityPublicKey> members, Runnable leaveRun) static GroupJoinFailedEventGroupJoinFailedEvent.of(Group group, GroupJoinFailedMessage.Error reason, Runnable reJoin) static GroupLeftEventstatic GroupMemberJoinedEventGroupMemberJoinedEvent.of(IdentityPublicKey member, Group group) static GroupMemberLeftEventGroupMemberLeftEvent.of(IdentityPublicKey member, Group group) -
Uses of Group in org.drasyl.node.plugin.groups.client.message
Methods in org.drasyl.node.plugin.groups.client.message that return GroupMethods in org.drasyl.node.plugin.groups.client.message with parameters of type GroupModifier and TypeMethodDescriptionstatic GroupJoinFailedMessageGroupJoinFailedMessage.of(Group group, GroupJoinFailedMessage.Error reason) static GroupJoinMessageGroupJoinMessage.of(Group group, String credentials, ProofOfWork proofOfWork, boolean renew) static GroupLeaveMessagestatic GroupWelcomeMessageGroupWelcomeMessage.of(Group group, Set<IdentityPublicKey> members) static MemberJoinedMessageMemberJoinedMessage.of(IdentityPublicKey member, Group group) static MemberLeftMessageMemberLeftMessage.of(IdentityPublicKey member, Group group)