Interface ServiceUnitId

All Known Implementing Classes:
NamespaceName, TopicName

public interface ServiceUnitId
Basic interface for service unit's identification.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the namespace object that this ServiceUnitId belongs to.
    boolean
    includes(TopicName topicName)
    Check whether a fully-qualified topic is included in this ServiceUnitId object.
     
  • Method Details

    • toString

      String toString()
      Overrides:
      toString in class Object
    • getNamespaceObject

      NamespaceName getNamespaceObject()
      Return the namespace object that this ServiceUnitId belongs to.
      Returns:
      NamespaceName object
    • includes

      boolean includes(TopicName topicName)
      Check whether a fully-qualified topic is included in this ServiceUnitId object.
      Parameters:
      topicName - a fully-qualified topic object
      Returns:
      true or false