Class HandlerKey


  • public class HandlerKey
    extends Object
    An immutable unique identifier for a handler pipeline (type of objects handled + port/handle name)
    Author:
    [email protected]
    • Method Detail

      • getEntityType

        public com.wavefront.data.ReportableEntityType getEntityType()
      • getHandle

        public String getHandle()
      • of

        public static HandlerKey of​(com.wavefront.data.ReportableEntityType entityType,
                                    @NotNull
                                    String handle)