Interface Subscription.Builder

    • Method Detail

      • event

        Subscription.Builder event​(String event)

        The name of the subscription.

        Parameters:
        event - The name of the subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        Subscription.Builder description​(String description)

        The description of the subscription.

        Parameters:
        description - The description of the subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.