Interface AutomationStream.Builder

  • Method Details

    • streamEndpoint

      AutomationStream.Builder streamEndpoint(String streamEndpoint)

      The endpoint URL for the automation stream. This URL is used to establish a WebSocket connection to the stream for sending commands and receiving responses.

      Parameters:
      streamEndpoint - The endpoint URL for the automation stream. This URL is used to establish a WebSocket connection to the stream for sending commands and receiving responses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamStatus

      AutomationStream.Builder streamStatus(String streamStatus)

      The current status of the automation stream. This indicates whether the stream is available for use. Possible values include ACTIVE, CONNECTING, and DISCONNECTED.

      Parameters:
      streamStatus - The current status of the automation stream. This indicates whether the stream is available for use. Possible values include ACTIVE, CONNECTING, and DISCONNECTED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • streamStatus

      The current status of the automation stream. This indicates whether the stream is available for use. Possible values include ACTIVE, CONNECTING, and DISCONNECTED.

      Parameters:
      streamStatus - The current status of the automation stream. This indicates whether the stream is available for use. Possible values include ACTIVE, CONNECTING, and DISCONNECTED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: