Class MixpanelClient
java.lang.Object
io.camunda.optimize.service.mixpanel.client.MixpanelClient
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.CCSaaSCondition.class)
public class MixpanelClient
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionMixpanelClient(ConfigurationService configurationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) MixpanelClient(ConfigurationService configurationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.apache.http.impl.client.CloseableHttpClient httpClient) -
Method Summary
-
Constructor Details
-
MixpanelClient
@Autowired public MixpanelClient(ConfigurationService configurationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
MixpanelClient
public MixpanelClient(ConfigurationService configurationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.apache.http.impl.client.CloseableHttpClient httpClient)
-
-
Method Details
-
destroy
- Throws:
IOException
-
importEvent
-