接口 ServiceUnitId
- 所有已知实现类:
NamespaceName,TopicName
public interface ServiceUnitId
Basic interface for service unit's identification.
-
方法概要
修饰符和类型方法说明Return the namespace object that thisServiceUnitIdbelongs to.booleanCheck whether a fully-qualified topic is included in thisServiceUnitIdobject.toString()
-
方法详细资料
-
toString
String toString() -
getNamespaceObject
NamespaceName getNamespaceObject()Return the namespace object that thisServiceUnitIdbelongs to.- 返回:
- NamespaceName object
-
includes
Check whether a fully-qualified topic is included in thisServiceUnitIdobject.- 参数:
topicName- a fully-qualified topic object- 返回:
- true or false
-