public interface EventProcessorFactory
EventProcessor
.Components
Modifier and Type | Method and Description |
---|---|
EventProcessor |
createEventProcessor(java.lang.String sdkKey,
LDConfig config)
Creates an implementation instance.
|
EventProcessor createEventProcessor(java.lang.String sdkKey, LDConfig config)
sdkKey
- the SDK key for your LaunchDarkly environmentconfig
- the LaunchDarkly configurationEventProcessor