Interface ChatClientCustomizer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Deprecated(since="2.0.0", forRemoval=true) public interface ChatClientCustomizer
Deprecated, for removal: This API element is subject to removal in a future version.
Callback interface that can be used to customize a ChatClient.Builder.
Since:
1.0.0 M1
Author:
Christian Tzolov, Mark Pollack, Josh Long, Arjen Poutsma
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(ChatClient.Builder chatClientBuilder)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Callback to customize a ChatClient.Builder instance.
  • Method Details

    • customize

      void customize(ChatClient.Builder chatClientBuilder)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Callback to customize a ChatClient.Builder instance.
      Parameters:
      chatClientBuilder - the client builder to customize