public interface EventSenderFactory
EventSender.EventProcessorBuilder.eventSender(EventSenderFactory)| Modifier and Type | Method and Description |
|---|---|
EventSender |
createEventSender(java.lang.String sdkKey,
HttpConfiguration httpConfiguration)
Called by the SDK to create the implementation object.
|
EventSender createEventSender(java.lang.String sdkKey, HttpConfiguration httpConfiguration)
sdkKey - the configured SDK keyhttpConfiguration - HTTP configuration propertiesEventSender