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