Uses of Interface
io.split.client.impressions.ImpressionListener
-
Packages that use ImpressionListener Package Description io.split.client io.split.client.impressions io.split.integrations -
-
Uses of ImpressionListener in io.split.client
Methods in io.split.client with parameters of type ImpressionListener Modifier and Type Method Description SplitClientConfig.BuilderSplitClientConfig.Builder. impressionListener(ImpressionListener impressionListener, int queueSize)Deprecated.As of release 3.2.5, replaced bySplitClientConfig.integrationsConfig()} You can provide your own ImpressionListener to capture all impressions generated by SplitClient.Constructors in io.split.client with parameters of type ImpressionListener Constructor Description SplitClientImpl(SplitFactory container, SplitFetcher splitFetcher, ImpressionListener impressionListener, Metrics metrics, EventClient eventClient, SplitClientConfig config, SDKReadinessGates gates) -
Uses of ImpressionListener in io.split.client.impressions
Classes in io.split.client.impressions that implement ImpressionListener Modifier and Type Class Description classAsynchronousImpressionListenerA wrapper around an ImpressionListener provided by the customer.static classImpressionListener.FederatedImpressionListenerstatic classImpressionListener.NoopImpressionListenerclassImpressionsManagerCreated by patricioe on 6/17/16.Methods in io.split.client.impressions with parameters of type ImpressionListener Modifier and Type Method Description static AsynchronousImpressionListenerAsynchronousImpressionListener. build(ImpressionListener delegate, int capacity)Constructors in io.split.client.impressions with parameters of type ImpressionListener Constructor Description AsynchronousImpressionListener(ImpressionListener delegate, ExecutorService executor)Constructor parameters in io.split.client.impressions with type arguments of type ImpressionListener Constructor Description FederatedImpressionListener(List<ImpressionListener> delegates) -
Uses of ImpressionListener in io.split.integrations
Classes in io.split.integrations that implement ImpressionListener Modifier and Type Class Description classNewRelicListenerImpression Listener implementation for New Relic that adds custom parameters to the active transaction in New Relic.Methods in io.split.integrations that return ImpressionListener Modifier and Type Method Description ImpressionListenerIntegrationsConfig.ImpressionListenerWithMeta. listener()Methods in io.split.integrations with parameters of type ImpressionListener Modifier and Type Method Description voidIntegrationsConfig. addStandardImpressionListener(ImpressionListener listener, int queueSize)IntegrationsConfig.BuilderIntegrationsConfig.Builder. impressionsListener(ImpressionListener listener, int queueSize)
-