Package com.launchdarkly.eventsource
Interface EventSource.Builder.ClientConfigurer
-
- Enclosing class:
- EventSource.Builder
public static interface EventSource.Builder.ClientConfigurerAn interface for use withEventSource.Builder.clientBuilderActions(ClientConfigurer).- Since:
- 1.10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(okhttp3.OkHttpClient.Builder builder)This method is called with the OkHttpOkHttpClient.Builderthat will be used for the EventSource, allowing you to call any configuration methods you want.
-