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.
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 TypeMethodDescriptionvoid
customize
(ChatClient.Builder chatClientBuilder) Callback to customize aChatClient.Builder
instance.
-
Method Details
-
customize
Callback to customize aChatClient.Builder
instance.- Parameters:
chatClientBuilder
- the client builder to customize
-