Interface Publication.Builder

  • Method Details

    • event

      The name of the publication.

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

      Publication.Builder schema(String schema)

      The JSON schema of the publication event.

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

      Publication.Builder description(String description)

      The description of the publication.

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