Uses of Class
io.split.client.utils.SDKMetadata
-
Packages that use SDKMetadata Package Description io.split.client io.split.client.interceptors io.split.service io.split.storages.pluggable.adapters io.split.storages.pluggable.synchronizer -
-
Uses of SDKMetadata in io.split.client
Methods in io.split.client with parameters of type SDKMetadata Modifier and Type Method Description protected static SplitHttpClientSplitFactoryImpl. buildSplitHttpClient(String apiToken, SplitClientConfig config, SDKMetadata sdkMetadata, RequestDecorator requestDecorator) -
Uses of SDKMetadata in io.split.client.interceptors
Methods in io.split.client.interceptors with parameters of type SDKMetadata Modifier and Type Method Description static SdkMetadataInterceptorFilterSdkMetadataInterceptorFilter. instance(SDKMetadata sdkMetadata) -
Uses of SDKMetadata in io.split.service
Methods in io.split.service with parameters of type SDKMetadata Modifier and Type Method Description static SplitHttpClientImplSplitHttpClientImpl. create(org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, RequestDecorator requestDecorator, String apikey, SDKMetadata metadata)SplitHttpClientCustomHttpModule. createClient(String apiToken, SDKMetadata sdkMetadata, RequestDecorator decorator) -
Uses of SDKMetadata in io.split.storages.pluggable.adapters
Constructors in io.split.storages.pluggable.adapters with parameters of type SDKMetadata Constructor Description UserCustomTelemetryAdapterProducer(CustomStorageWrapper customStorageWrapper, SDKMetadata sdkMetadata) -
Uses of SDKMetadata in io.split.storages.pluggable.synchronizer
Constructors in io.split.storages.pluggable.synchronizer with parameters of type SDKMetadata Constructor Description TelemetryConsumerSubmitter(CustomStorageWrapper customStorageWrapper, SDKMetadata sdkMetadata)
-