Interface AgentFirst.Builder

  • Method Details

    • preview

      AgentFirst.Builder preview(Preview preview)

      Information about preview configuration of agent first outbound strategy

      Parameters:
      preview - Information about preview configuration of agent first outbound strategy
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • preview

      default AgentFirst.Builder preview(Consumer<Preview.Builder> preview)

      Information about preview configuration of agent first outbound strategy

      This is a convenience method that creates an instance of the Preview.Builder avoiding the need to create one manually via Preview.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to preview(Preview).

      Parameters:
      preview - a consumer that will call methods on Preview.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: