Uses of Class
com.langfuse.client.core.ClientOptions.Builder
Packages that use ClientOptions.Builder
-
Uses of ClientOptions.Builder in com.langfuse.client
Methods in com.langfuse.client with parameters of type ClientOptions.BuilderModifier and TypeMethodDescriptionprotected voidAsyncLangfuseClientBuilder.setAdditional(ClientOptions.Builder builder) Override this method to add any additional configuration to the client.protected voidLangfuseClientBuilder.setAdditional(ClientOptions.Builder builder) Override this method to add any additional configuration to the client.protected voidAsyncLangfuseClientBuilder.setAuthentication(ClientOptions.Builder builder) Override this method to customize authentication.protected voidLangfuseClientBuilder.setAuthentication(ClientOptions.Builder builder) Override this method to customize authentication.protected voidAsyncLangfuseClientBuilder.setCustomHeaders(ClientOptions.Builder builder) Override this method to add or modify custom headers.protected voidLangfuseClientBuilder.setCustomHeaders(ClientOptions.Builder builder) Override this method to add or modify custom headers.protected voidAsyncLangfuseClientBuilder.setEnvironment(ClientOptions.Builder builder) Sets the environment configuration for the client.protected voidLangfuseClientBuilder.setEnvironment(ClientOptions.Builder builder) Sets the environment configuration for the client.protected voidAsyncLangfuseClientBuilder.setHttpClient(ClientOptions.Builder builder) Sets the OkHttp client configuration.protected voidLangfuseClientBuilder.setHttpClient(ClientOptions.Builder builder) Sets the OkHttp client configuration.protected voidAsyncLangfuseClientBuilder.setRetries(ClientOptions.Builder builder) Sets the retry configuration for failed requests.protected voidLangfuseClientBuilder.setRetries(ClientOptions.Builder builder) Sets the retry configuration for failed requests.protected voidAsyncLangfuseClientBuilder.setTimeouts(ClientOptions.Builder builder) Sets the request timeout configuration.protected voidLangfuseClientBuilder.setTimeouts(ClientOptions.Builder builder) Sets the request timeout configuration. -
Uses of ClientOptions.Builder in com.langfuse.client.core
Methods in com.langfuse.client.core that return ClientOptions.BuilderModifier and TypeMethodDescriptionstatic ClientOptions.BuilderClientOptions.builder()ClientOptions.Builder.environment(Environment environment) static ClientOptions.BuilderClientOptions.Builder.from(ClientOptions clientOptions) Create a new Builder initialized with values from an existing ClientOptionsClientOptions.Builder.httpClient(okhttp3.OkHttpClient httpClient) ClientOptions.Builder.maxRetries(int maxRetries) Override the maximum number of retries.ClientOptions.Builder.timeout(int timeout) Override the timeout in seconds.Override the timeout in seconds.