TopicAuthorizationRule Interface

public interface TopicAuthorizationRule extends AuthorizationRule,Updatable<TopicAuthorizationRule.Update>

Type representing authorization rule defined for topic.

Method Summary

Modifier and Type Method and Description
String namespaceName()
String topicName()

Inherited Members

Method Details

namespaceName

public String namespaceName()

Returns:

the name of the namespace that the parent topic belongs to

topicName

public String topicName()

Returns:

the name of the parent topic name

Applies to