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 TypeMethodDescriptionvoidcustomize(ChatClient.Builder chatClientBuilder) Deprecated, for removal: This API element is subject to removal in a future version.Callback to customize aChatClient.Builderinstance.
-
Method Details
-
customize
Deprecated, for removal: This API element is subject to removal in a future version.Callback to customize aChatClient.Builderinstance.- Parameters:
chatClientBuilder- the client builder to customize
-
ChatClientBuilderCustomizer