Interface Topic.DefinitionStages.WithAuthorizationRule

    • Method Detail

      • withNewSendRule

        Topic.DefinitionStages.WithCreate withNewSendRule​(String name)
        Creates a send authorization rule for the topic.
        Parameters:
        name - rule name
        Returns:
        next stage of the topic definition
      • withNewListenRule

        Topic.DefinitionStages.WithCreate withNewListenRule​(String name)
        Creates a listen authorization rule for the topic.
        Parameters:
        name - rule name
        Returns:
        next stage of the topic definition
      • withNewManageRule

        Topic.DefinitionStages.WithCreate withNewManageRule​(String name)
        Creates a manage authorization rule for the topic.
        Parameters:
        name - rule name
        Returns:
        next stage of the topic definition