Class SpringAiAnthropicHttpClient.Builder

java.lang.Object
org.springframework.ai.anthropic.http.okhttp.SpringAiAnthropicHttpClient.Builder
Enclosing class:
SpringAiAnthropicHttpClient

public static final class SpringAiAnthropicHttpClient.Builder extends Object
Builder for SpringAiAnthropicHttpClient. Mirrors the upstream com.anthropic.client.okhttp.OkHttpClient.Builder surface, with two additional optional inputs: an ObservationRegistry (defaults to ObservationRegistry.NOOP) and a MeterRegistry (optional; when supplied, OkHttp connection-pool gauges are bound to it).