Interface ListenerDescription.Builder

    • Method Detail

      • listener

        ListenerDescription.Builder listener​(Listener listener)

        The listener.

        Parameters:
        listener - The listener.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyNames

        ListenerDescription.Builder policyNames​(Collection<String> policyNames)

        The policies. If there are no policies enabled, the list is empty.

        Parameters:
        policyNames - The policies. If there are no policies enabled, the list is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyNames

        ListenerDescription.Builder policyNames​(String... policyNames)

        The policies. If there are no policies enabled, the list is empty.

        Parameters:
        policyNames - The policies. If there are no policies enabled, the list is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.