Uses of Class
io.split.integrations.IntegrationsConfig.Execution
-
Packages that use IntegrationsConfig.Execution Package Description io.split.integrations -
-
Uses of IntegrationsConfig.Execution in io.split.integrations
Methods in io.split.integrations that return IntegrationsConfig.Execution Modifier and Type Method Description static IntegrationsConfig.ExecutionIntegrationsConfig.Execution. valueOf(String name)Returns the enum constant of this type with the specified name.static IntegrationsConfig.Execution[]IntegrationsConfig.Execution. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.split.integrations with parameters of type IntegrationsConfig.Execution Modifier and Type Method Description List<IntegrationsConfig.ImpressionListenerWithMeta>IntegrationsConfig. getImpressionsListeners(IntegrationsConfig.Execution execution)
-