Uses of Interface
io.split.client.EventClient
-
Packages that use EventClient Package Description io.split.client -
-
Uses of EventClient in io.split.client
Classes in io.split.client that implement EventClient Modifier and Type Class Description classEventClientImplResponsible for sending events added via .track() to Split collection servicesclassNoopEventClientMethods in io.split.client that return EventClient Modifier and Type Method Description static EventClientNoopEventClient. create()Constructors in io.split.client with parameters of type EventClient Constructor Description SplitClientImpl(SplitFactory container, SplitFetcher splitFetcher, ImpressionListener impressionListener, Metrics metrics, EventClient eventClient, SplitClientConfig config, SDKReadinessGates gates)
-