Interface GroupMember<I extends Comparable<I>>

Type Parameters:
I - the group member identifier type
All Superinterfaces:
Comparable<GroupMember<I>>, org.wildfly.clustering.server.GroupMember
All Known Implementing Classes:
AbstractGroupMember

public interface GroupMember<I extends Comparable<I>> extends org.wildfly.clustering.server.GroupMember, Comparable<GroupMember<I>>
Exposes the unique identifier of a GroupMember.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the unique address of this group member

    Methods inherited from interface Comparable

    compareTo

    Methods inherited from interface org.wildfly.clustering.server.GroupMember

    getName
  • Method Details

    • getId

      I getId()
      Returns the unique address of this group member
      Returns:
      the unique address of this group member