Interface EventSenderFactory

    • Method Detail

      • createEventSender

        @Deprecated
        EventSender createEventSender​(BasicConfiguration basicConfiguration,
                                      HttpConfiguration httpConfiguration)
        Deprecated.
        use the overload that includes a logger
        Older method for creating the implementation object. This is superseded by the method that includes a logger instance.
        Parameters:
        basicConfiguration - the basic global SDK configuration properties
        httpConfiguration - HTTP configuration properties
        Returns:
        an EventSender
      • createEventSender

        default EventSender createEventSender​(BasicConfiguration basicConfiguration,
                                              HttpConfiguration httpConfiguration,
                                              LDLogger logger)
        Called by the SDK to create the implementation object.
        Parameters:
        basicConfiguration - the basic global SDK configuration properties
        httpConfiguration - HTTP configuration properties
        logger - the configured logger
        Returns:
        an EventSender
        Since:
        5.10.0