Interface ServiceUnitId

  • All Known Implementing Classes:
    NamespaceName, TopicName

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

      • toString

        java.lang.String toString()
        Overrides:
        toString in class java.lang.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