Interface EventSenderFactory
public interface EventSenderFactory
Interface for a factory that creates some implementation of
EventSender.- Since:
- 4.14.0
- See Also:
EventProcessorBuilder.eventSender(EventSenderFactory)
-
Method Summary
Modifier and Type Method Description EventSendercreateEventSender(BasicConfiguration basicConfiguration, HttpConfiguration httpConfiguration)Called by the SDK to create the implementation object.
-
Method Details
-
createEventSender
EventSender createEventSender(BasicConfiguration basicConfiguration, HttpConfiguration httpConfiguration)Called by the SDK to create the implementation object.- Parameters:
basicConfiguration- the basic global SDK configuration propertieshttpConfiguration- HTTP configuration properties- Returns:
- an
EventSender
-