TopicAuthorizationRule Interface

Implements

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

Type representing authorization rule defined for topic.

Method Summary

Modifier and Type Method and Description
abstract String namespaceName()

Gets the name of the namespace that the parent topic belongs to.

abstract String topicName()

Gets the name of the parent topic name.

Method Details

namespaceName

public abstract String namespaceName()

Gets the name of the namespace that the parent topic belongs to.

Returns:

the name of the namespace that the parent topic belongs to

topicName

public abstract String topicName()

Gets the name of the parent topic name.

Returns:

the name of the parent topic name

Applies to