Interface EventSenderFactory
-
public interface EventSenderFactoryInterface for a factory that creates some implementation ofEventSender.- Since:
- 4.14.0
- See Also:
EventProcessorBuilder.eventSender(EventSenderFactory)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSendercreateEventSender(BasicConfiguration basicConfiguration, HttpConfiguration httpConfiguration)Called by the SDK to create the implementation object.
-
-
-
Method Detail
-
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
-
-