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 public interface ChatClientCustomizer
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 Details

    • customize

      void customize(ChatClient.Builder chatClientBuilder)
      Callback to customize a ChatClient.Builder instance.
      Parameters:
      chatClientBuilder - the client builder to customize