Interface HasGroup

All Known Subinterfaces:
GroupAware, HealthCheck

public interface HasGroup
Marker for an object that belongs to a named group, useful for group-related operations such as clustering and JMX APIs.

Grouping lets related objects be addressed or managed together. GroupAware extends this to also allow the group to be set.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Returns the group
  • Method Details

    • getGroup

      @Nullable String getGroup()
      Returns the group
      Returns:
      the group