Interface CustomEvents.Builder

    • Method Detail

      • status

        CustomEvents.Builder status​(String status)

        Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED.

        Parameters:
        status - Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomEventsStatus, CustomEventsStatus
      • status

        CustomEvents.Builder status​(CustomEventsStatus status)

        Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED.

        Parameters:
        status - Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomEventsStatus, CustomEventsStatus