Interface GroupAware

All Superinterfaces:
HasGroup

public interface GroupAware extends HasGroup
Marker for an object whose group can be injected.

Extends HasGroup to add the ability to set the group an object belongs to (used for clustering, JMX, and similar group-based operations).

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setGroup(@Nullable String group)
    Sets the group

    Methods inherited from interface HasGroup

    getGroup
  • Method Details

    • setGroup

      void setGroup(@Nullable String group)
      Sets the group
      Parameters:
      group - the group