Uses of Class
com.langfuse.client.AsyncLangfuseClientBuilder
Packages that use AsyncLangfuseClientBuilder
-
Uses of AsyncLangfuseClientBuilder in com.langfuse.client
Methods in com.langfuse.client that return AsyncLangfuseClientBuilderModifier and TypeMethodDescriptionAdd a custom header to be sent with all requests.static AsyncLangfuseClientBuilderAsyncLangfuseClient.builder()AsyncLangfuseClientBuilder.credentials(String username, String password) AsyncLangfuseClientBuilder.httpClient(okhttp3.OkHttpClient httpClient) Sets the underlying OkHttp clientAsyncLangfuseClientBuilder.maxRetries(int maxRetries) Sets the maximum number of retries for the client.AsyncLangfuseClientBuilder.timeout(int timeout) Sets the timeout (in seconds) for the client.AsyncLangfuseClientBuilder.xLangfusePublicKey(String xLangfusePublicKey) Sets xLangfusePublicKeyAsyncLangfuseClientBuilder.xLangfuseSdkName(String xLangfuseSdkName) Sets xLangfuseSdkNameAsyncLangfuseClientBuilder.xLangfuseSdkVersion(String xLangfuseSdkVersion) Sets xLangfuseSdkVersion